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 7762031 commit e0e8abcCopy full SHA for e0e8abc
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
hooks:
16
- id: doc8
17
- repo: https://github.com/adamchainz/django-upgrade
18
- rev: 1.30.0
+ rev: 1.31.1
19
20
- id: django-upgrade
21
args: [--target-version, "5.2"]
@@ -34,18 +34,18 @@ repos:
34
- id: rst-backticks
35
- id: rst-directive-colons
36
- repo: https://github.com/biomejs/pre-commit
37
- rev: v2.5.0
+ rev: v2.5.1
38
39
- id: biome-check
40
verbose: true
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: 'v0.15.17'
+ rev: 'v0.15.20'
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
46
- id: ruff-format
47
- repo: https://github.com/tox-dev/pyproject-fmt
48
- rev: v2.24.1
+ rev: v2.25.1
49
50
- id: pyproject-fmt
51
- repo: https://github.com/abravalheri/validate-pyproject
0 commit comments