File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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/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,23 +15,23 @@ 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.1.0 "
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.13.3 "
29
29
hooks :
30
30
- id : ruff-format
31
31
- id : ruff
32
32
args : [--fix]
33
33
- repo : https://github.com/adamchainz/blacken-docs
34
- rev : 1.19.1
34
+ rev : 1.20.0
35
35
hooks :
36
36
- id : blacken-docs
37
37
language_version : python3.10
You can’t perform that action at this time.
0 commit comments