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 40
40
# F822: undefined name in __all__
41
41
# F823: local variable name referenced before assignment
42
42
- repo : https://github.com/PyCQA/flake8
43
- rev : 7.1.1
43
+ rev : 7.1.2
44
44
hooks :
45
45
- id : flake8
46
46
args :
52
52
exclude : " .*(data.*|extern.*|cextern)$"
53
53
54
54
- repo : https://github.com/psf/black-pre-commit-mirror
55
- rev : 24.10 .0
55
+ rev : 25.1 .0
56
56
hooks :
57
57
- id : black
58
58
@@ -64,20 +64,20 @@ repos:
64
64
exclude : " .*(tests.*)$"
65
65
66
66
- repo : https://github.com/scientific-python/cookie
67
- rev : 2024.08.19
67
+ rev : 2025.01.22
68
68
hooks :
69
69
- id : sp-repo-review
70
70
71
71
- repo : https://github.com/codespell-project/codespell
72
- rev : v2.3.0
72
+ rev : v2.4.1
73
73
hooks :
74
74
- id : codespell
75
75
args : ["--write-changes"]
76
76
additional_dependencies :
77
77
- tomli
78
78
79
79
- repo : https://github.com/astral-sh/ruff-pre-commit
80
- rev : " v0.8 .6"
80
+ rev : " v0.9 .6"
81
81
hooks :
82
82
- id : ruff
83
83
args : ["--fix", "--show-fixes"]
You can’t perform that action at this time.
0 commit comments