File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v5 .0.0
3
+ rev : v6 .0.0
4
4
hooks :
5
5
- id : check-ast
6
6
- id : check-builtin-literals
37
37
- tomli
38
38
39
39
- repo : https://github.com/psf/black
40
- rev : 25.1 .0
40
+ rev : 25.9 .0
41
41
hooks :
42
42
- id : black
43
43
exclude : " _vendored/conv_template.py"
@@ -49,13 +49,13 @@ repos:
49
49
args : ["-i"]
50
50
51
51
- repo : https://github.com/MarcoGorelli/cython-lint
52
- rev : v0.16.6
52
+ rev : v0.17.0
53
53
hooks :
54
54
- id : cython-lint
55
55
- id : double-quote-cython-strings
56
56
57
57
- repo : https://github.com/pycqa/flake8
58
- rev : 7.1.2
58
+ rev : 7.3.0
59
59
hooks :
60
60
- id : flake8
61
61
args : ["--config=.flake8"]
64
64
- flake8-bugbear==24.4.26
65
65
66
66
- repo : https://github.com/pycqa/isort
67
- rev : 6.0.1
67
+ rev : 6.1.0
68
68
hooks :
69
69
- id : isort
70
70
name : isort (python)
76
76
types : [pyi]
77
77
78
78
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
79
- rev : v2.14 .0
79
+ rev : v2.15 .0
80
80
hooks :
81
81
- id : pretty-format-toml
82
82
args : [--autofix]
You can’t perform that action at this time.
0 commit comments