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 fea108a commit d45c09eCopy full SHA for d45c09e
.pre-commit-config.yaml
@@ -15,13 +15,13 @@ repos:
15
args: ["--target-version", "4.0"]
16
17
- repo: https://github.com/adamchainz/djade-pre-commit
18
- rev: "1.6.0"
+ rev: "1.7.0"
19
hooks:
20
- id: djade
21
args: [--target-version, "4.1"]
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.14.7
+ rev: v0.14.9
25
26
- id: ruff
27
args: [--fix, --exit-non-zero-on-fix]
0 commit comments