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 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-added-large-files
6
6
- id : check-case-conflict
@@ -15,17 +15,17 @@ repos:
15
15
- id : requirements-txt-fixer
16
16
- id : trailing-whitespace
17
17
- repo : https://github.com/codespell-project/codespell
18
- rev : v2.3.0
18
+ rev : v2.4.1
19
19
hooks :
20
20
- id : codespell
21
21
args : ["--ignore-words-list=socio-economic"]
22
22
exclude : " BIBLIOGRAPHY.bib|CONTRIBUTORS.rst|.*.ipynb"
23
23
- repo : https://github.com/PyCQA/isort
24
- rev : " 5.13.2 "
24
+ rev : " 6.0.1 "
25
25
hooks :
26
26
- id : isort
27
27
- repo : https://github.com/astral-sh/ruff-pre-commit
28
- rev : " v0.8.2 "
28
+ rev : " v0.12.11 "
29
29
hooks :
30
30
- id : ruff-format
31
31
- id : ruff
You can’t perform that action at this time.
0 commit comments