File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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.11.13
12
+ rev : v0.12.1
13
13
hooks :
14
14
- id : ruff
15
15
args : [--fix]
@@ -38,14 +38,14 @@ repos:
38
38
- id : isort
39
39
40
40
- repo : https://github.com/pre-commit/mirrors-mypy
41
- rev : v1.16.0
41
+ rev : v1.16.1
42
42
hooks :
43
43
- id : mypy
44
44
# uses py311 syntax, mypy configured for py39
45
45
exclude : tests/(eval|autofix)_files/.*_py(310|311).py
46
46
47
47
- repo : https://github.com/RobertCraigie/pyright-python
48
- rev : v1.1.401
48
+ rev : v1.1.402
49
49
hooks :
50
50
- id : pyright
51
51
# ignore warnings about new version being available, no other warnings
92
92
- id : yamlfmt
93
93
94
94
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
95
- rev : v2.14 .0
95
+ rev : v2.15 .0
96
96
hooks :
97
97
- id : pretty-format-toml
98
98
args : [--autofix]
You can’t perform that action at this time.
0 commit comments