We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f61c7 commit 3aeb12cCopy full SHA for 3aeb12c
.pre-commit-config.yaml
@@ -30,14 +30,14 @@ repos:
30
exclude: _typos.toml
31
32
- repo: https://github.com/crate-ci/typos
33
- rev: typos-dict-v0.12.4
+ rev: v1.30.0
34
hooks:
35
- id: typos
36
name: typos (add false positives to _typos.toml)
37
exclude: plugins
38
39
- repo: https://github.com/python-jsonschema/check-jsonschema
40
- rev: 0.31.1
+ rev: 0.31.2
41
42
- id: check-github-workflows
43
@@ -63,7 +63,7 @@ repos:
63
exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml
64
65
- repo: https://github.com/astral-sh/ruff-pre-commit
66
- rev: v0.9.4
+ rev: v0.9.9
67
68
- id: ruff
69
name: ruff (see https://docs.astral.sh/ruff/rules)
0 commit comments