Commit af726f1 1 parent 4245668 commit af726f1 Copy full SHA for af726f1
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 8
8
9
9
repos :
10
10
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : v0.7.0
11
+ rev : v0.7.1
12
12
hooks :
13
13
- id : ruff
14
14
args : [--fix]
25
25
- id : autoflake
26
26
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : v3.18 .0
28
+ rev : v3.19 .0
29
29
hooks :
30
30
- id : pyupgrade
31
31
args : [--py39-plus]
@@ -37,14 +37,14 @@ repos:
37
37
- id : isort
38
38
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : v1.12.1
40
+ rev : v1.13.0
41
41
hooks :
42
42
- id : mypy
43
43
# uses py311 syntax, mypy configured for py39
44
44
exclude : tests/eval_files/.*_py311.py
45
45
46
46
- repo : https://github.com/RobertCraigie/pyright-python
47
- rev : v1.1.385
47
+ rev : v1.1.386
48
48
hooks :
49
49
- id : pyright
50
50
# ignore warnings about new version being available, no other warnings
You can’t perform that action at this time.
0 commit comments