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 051204c commit b94c04cCopy full SHA for b94c04c
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.6.9
+ rev: v0.7.0
12
hooks:
13
- id: ruff
14
args: [--fix]
@@ -37,14 +37,14 @@ repos:
37
- id: isort
38
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: v1.11.2
+ rev: v1.12.1
41
42
- id: mypy
43
# uses py311 syntax, mypy configured for py39
44
exclude: tests/eval_files/.*_py311.py
45
46
- repo: https://github.com/RobertCraigie/pyright-python
47
- rev: v1.1.384
+ rev: v1.1.385
48
49
- id: pyright
50
# ignore warnings about new version being available, no other warnings
0 commit comments