File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v5 .0.0
9+ rev : v6 .0.0
1010 hooks :
1111 - id : trailing-whitespace
1212 - id : end-of-file-fixer
@@ -17,30 +17,30 @@ repos:
1717 - id : check-added-large-files
1818 args : ['--maxkb=1024']
1919 - repo : https://github.com/sphinx-contrib/sphinx-lint
20- rev : v1.0.0
20+ rev : v1.0.2
2121 hooks :
2222 - id : sphinx-lint
2323 types : [rst]
2424 - repo : https://github.com/pycqa/isort
25- rev : 5.13.2
25+ rev : 8.0.1
2626 hooks :
2727 - id : isort
2828 additional_dependencies : ["toml"]
2929 entry : isort --profile=black
3030 name : isort (python)
3131 - repo : https://github.com/psf/black
32- rev : 24.10 .0
32+ rev : 26.1 .0
3333 hooks :
3434 - id : black
3535 - repo : https://github.com/adamchainz/blacken-docs
36- rev : " 1.19.1 "
36+ rev : " 1.20.0 "
3737 hooks :
3838 - id : blacken-docs
3939 args : [--line-length=79]
4040 additional_dependencies :
4141 - black
4242 - repo : https://github.com/codespell-project/codespell
43- rev : v2.3.0
43+ rev : v2.4.1
4444 hooks :
4545 - id : codespell
4646 - repo : local
You can’t perform that action at this time.
0 commit comments