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 35681a2 commit bbfa002Copy full SHA for bbfa002
.pre-commit-config.yaml
@@ -14,20 +14,20 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/python-jsonschema/check-jsonschema
17
- rev: 0.29.3
+ rev: 0.29.4
18
hooks:
19
- id: check-dependabot
20
- id: check-github-workflows
21
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.6.9
+ rev: v0.7.2
24
25
- id: ruff
26
args: [--fix, --exit-non-zero-on-fix]
27
- id: ruff-format
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.11.2
+ rev: v1.13.0
31
32
- id: mypy
33
additional_dependencies:
0 commit comments