We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c9fba8 + 4ce0fdc commit 266a76aCopy full SHA for 266a76a
1 file changed
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: check-toml
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: 'v0.9.7'
+ rev: 'v0.9.10'
20
hooks:
21
- id: ruff
22
args: [--fix, --exit-non-zero-on-fix]
@@ -34,7 +34,7 @@ repos:
34
exclude: "tests"
35
36
- repo: https://github.com/crate-ci/typos
37
- rev: v1.29.9
+ rev: v1
38
39
- id: typos
40
args: [--force-exclude]
0 commit comments