We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347c9e1 commit f09cde0Copy full SHA for f09cde0
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: django-upgrade
20
args: [--target-version, "4.2"]
21
- repo: https://github.com/adamchainz/djade-pre-commit
22
- rev: "1.3.2"
+ rev: "1.4.0"
23
hooks:
24
- id: djade
25
@@ -29,12 +29,12 @@ repos:
29
- id: rst-backticks
30
- id: rst-directive-colons
31
- repo: https://github.com/biomejs/pre-commit
32
- rev: v1.9.4
+ rev: v2.0.0-beta.1
33
34
- id: biome-check
35
verbose: true
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: 'v0.11.4'
+ rev: 'v0.11.5'
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
0 commit comments