We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e389c commit 5d4e97fCopy full SHA for 5d4e97f
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
hooks:
15
- id: doc8
16
- repo: https://github.com/adamchainz/django-upgrade
17
- rev: 1.19.0
+ rev: 1.20.0
18
19
- id: django-upgrade
20
args: [--target-version, "4.2"]
@@ -44,7 +44,7 @@ repos:
44
args:
45
- --fix
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: 'v0.5.2'
+ rev: 'v0.5.4'
48
49
- id: ruff
50
args: [--fix, --exit-non-zero-on-fix]
0 commit comments