Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ repos:
- django==4.2.24 ; python_full_version < '3.10'
- django==5.2.6 ; python_full_version >= '3.10'
- django-stubs==5.1.3 ; python_full_version < '3.10'
- django-stubs==5.2.2 ; python_full_version >= '3.10'
- django-stubs==5.2.5 ; python_full_version >= '3.10'
- django-stubs-ext==5.1.3 ; python_full_version < '3.10'
- django-stubs-ext==5.2.2 ; python_full_version >= '3.10'
- django-stubs-ext==5.2.5 ; python_full_version >= '3.10'
- docutils==0.21.2
- greenlet==3.2.4 ; (python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')
- idna==3.10
Expand All @@ -60,7 +60,7 @@ repos:
- jinja2==3.1.6
- markupsafe==3.0.2
- packaging==25.0
- psycopg==3.2.9
- psycopg==3.2.10
- psycopg-pool==3.2.6
- psycopg2-binary==2.9.10
- pygments==2.19.2
Expand Down Expand Up @@ -88,7 +88,7 @@ repos:
- urllib3==2.5.0
- zipp==3.23.0 ; python_full_version < '3.10'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12
rev: v0.13.0
hooks:
- id: ruff
args: [--fix, --unsafe-fixes, --show-fixes]
Expand All @@ -100,7 +100,7 @@ repos:
- id: doc8

- repo: https://github.com/adamchainz/django-upgrade
rev: 1.27.0
rev: 1.28.0
hooks:
- id: django-upgrade
args: [--target-version, '4.2'] # Replace with Django version
Expand Down
Loading
Loading