File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 66
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.6 .0
9+ rev : v5.0 .0
1010 hooks :
1111 - id : trailing-whitespace
1212 - id : end-of-file-fixer
@@ -15,11 +15,11 @@ repos:
1515 types : [file] # override `types: [json]`
1616 files : \.(json|ipynb)$
1717 - repo : https://github.com/psf/black
18- rev : " 24.8 .0"
18+ rev : " 24.10 .0"
1919 hooks :
2020 - id : black
2121 - repo : https://github.com/asottile/reorder-python-imports
22- rev : " v3.13 .0"
22+ rev : " v3.14 .0"
2323 hooks :
2424 - id : reorder-python-imports
2525 - repo : https://github.com/pycqa/flake8
2828 - id : flake8
2929 language_version : python3
3030 - repo : https://github.com/sphinx-contrib/sphinx-lint
31- rev : v0.9.1
31+ rev : v1.0.0
3232 hooks :
3333 - id : sphinx-lint
34- args : [--jobs=1]
3534 types : [rst]
You can’t perform that action at this time.
0 commit comments