8000
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 0ec5afe commit 443f056Copy full SHA for 443f056
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
exclude: ".*/vendor/.*"
2
repos:
3
- repo: https://github.com/adamchainz/django-upgrade
4
- rev: 1.16.0
+ rev: 1.17.0
5
hooks:
6
- id: django-upgrade
7
args: [--target-version, "5.0"] # Replace with Django version
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.4.3
+ rev: v0.4.4
11
12
- id: ruff
13
# args: [ --fix, --exit-non-zero-on-fix ]
0 commit comments