Skip to content

Bump django-environ from 0.11.2 to 0.12.0 in /src in the pip-minor-and-patch group #155

Bump django-environ from 0.11.2 to 0.12.0 in /src in the pip-minor-and-patch group

Bump django-environ from 0.11.2 to 0.12.0 in /src in the pip-minor-and-patch group #155

Workflow file for this run

name: pre-commit
on:
push:
branches:
- features/**
pull_request:
branches:
- main
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13' # matches what .pre-commit-config.yaml has
- uses: pre-commit/[email protected]