Commit 49b5e26 1 parent bd48157 commit 49b5e26 Copy full SHA for 49b5e26
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
repos :
11
11
- repo : https://github.com/astral-sh/ruff-pre-commit
12
- rev : v0.8.3
12
+ rev : v0.8.4
13
13
hooks :
14
14
- id : ruff
15
15
args : [--fix]
26
26
- id : autoflake
27
27
28
28
- repo : https://github.com/asottile/pyupgrade
29
- rev : v3.19.0
29
+ rev : v3.19.1
30
30
hooks :
31
31
- id : pyupgrade
32
32
args : [--py39-plus]
@@ -38,14 +38,14 @@ repos:
38
38
- id : isort
39
39
40
40
- repo : https://github.com/pre-commit/mirrors-mypy
41
- rev : v1.13 .0
41
+ rev : v1.14 .0
42
42
hooks :
43
43
- id : mypy
44
44
# uses py311 syntax, mypy configured for py39
45
45
exclude : tests/eval_files/.*_py311.py
46
46
47
47
- repo : https://github.com/RobertCraigie/pyright-python
48
- rev : v1.1.390
48
+ rev : v1.1.391
49
49
hooks :
50
50
- id : pyright
51
51
# ignore warnings about new version being available, no other warnings
You can’t perform that action at this time.
0 commit comments