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 6358bf9 commit 7a68dafCopy full SHA for 7a68daf
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.11.13
+ rev: v0.12.0
13
hooks:
14
- id: ruff
15
args: [--fix]
@@ -38,14 +38,14 @@ repos:
38
- id: isort
39
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v1.16.0
+ rev: v1.16.1
42
43
- id: mypy
44
# uses py311 syntax, mypy configured for py39
45
exclude: tests/(eval|autofix)_files/.*_py(310|311).py
46
47
- repo: https://github.com/RobertCraigie/pyright-python
48
- rev: v1.1.401
+ rev: v1.1.402
49
50
- id: pyright
51
# ignore warnings about new version being available, no other warnings
0 commit comments