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 b8f7d16 commit a2d7293Copy full SHA for a2d7293
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.7.4
+ rev: v0.8.6
4
hooks:
5
- id: ruff
6
args: [--exit-non-zero-on-fix]
@@ -25,18 +25,18 @@ repos:
25
- id: trailing-whitespace
26
27
- repo: https://github.com/python-jsonschema/check-jsonschema
28
- rev: 0.29.4
+ rev: 0.30.0
29
30
- id: check-dependabot
31
- id: check-github-workflows
32
33
- repo: https://github.com/rhysd/actionlint
34
- rev: v1.7.4
+ rev: v1.7.6
35
36
- id: actionlint
37
38
- repo: https://github.com/pre-commit/mirrors-mypy
39
- rev: v1.13.0
+ rev: v1.14.1
40
41
- id: mypy
42
args:
0 commit comments