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 8db29a7 commit 2a04a0fCopy full SHA for 2a04a0f
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: check-merge-conflict
7
exclude: rst$
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.11.13
+ rev: v0.12.0
10
hooks:
11
- id: ruff
12
args: [--fix]
@@ -42,7 +42,7 @@ repos:
42
- id: check-yaml
43
- id: debug-statements
44
- repo: https://github.com/pre-commit/mirrors-mypy
45
- rev: v1.16.0
+ rev: v1.16.1
46
47
- id: mypy
48
exclude: ^(docs|tests)/.*
@@ -65,7 +65,7 @@ repos:
65
- 'SC1004:'
66
stages: [manual]
67
- repo: https://github.com/sirosen/check-jsonschema
68
- rev: 0.33.0
+ rev: 0.33.1
69
70
- id: check-github-actions
71
- repo: https://github.com/tox-dev/pyproject-fmt
0 commit comments