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 70b3c4a commit 07cb01fCopy full SHA for 07cb01f
.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.12.3
+ rev: v0.12.4
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.1
+ rev: v1.17.0
46
47
- id: mypy
48
exclude: ^(docs|tests)/.*
0 commit comments