We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ba6e6 commit 7933716Copy full SHA for 7933716
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.6.0
+ rev: v5.0.0
9
hooks:
10
- id: check-json
11
exclude: |
@@ -18,20 +18,20 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/python-jsonschema/check-jsonschema
21
- rev: 0.29.3
+ rev: 0.31.2
22
23
- id: check-dependabot
24
- id: check-github-workflows
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.6.8
+ rev: v0.9.7
28
29
- id: ruff
30
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
31
- id: ruff-format
32
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v1.11.2
+ rev: v1.15.0
35
36
- id: mypy
37
additional_dependencies:
0 commit comments