File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/python-poetry/poetry
3
- rev : 1.8.0
3
+ rev : 2.1.1
4
4
hooks :
5
5
- id : poetry-check
6
6
22
22
args : ["--in-place", "--remove-unused-variables"]
23
23
24
24
- repo : https://github.com/pycqa/isort
25
- rev : 5.13.2
25
+ rev : 6.0.0
26
26
hooks :
27
27
- id : isort
28
28
args :
35
35
]
36
36
37
37
- repo : https://github.com/codespell-project/codespell
38
- rev : v2.3.0
38
+ rev : v2.4.1
39
39
hooks :
40
40
- id : codespell
41
41
args : [--write-changes]
@@ -74,13 +74,13 @@ repos:
74
74
- id : trailing-whitespace
75
75
76
76
- repo : https://github.com/psf/black
77
- rev : 24.10 .0
77
+ rev : 25.1 .0
78
78
hooks :
79
79
- id : black
80
80
args : ["--line-length", "120"]
81
81
82
82
- repo : https://github.com/PyCQA/flake8
83
- rev : 7.1.1
83
+ rev : 7.1.2
84
84
hooks :
85
85
- id : flake8
86
86
args : ["--max-line-length", "120"]
You can’t perform that action at this time.
0 commit comments