File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exclude: |
1414
1515repos :
1616 - repo : https://github.com/pre-commit/pre-commit-hooks
17- rev : v4.6 .0
17+ rev : v6.0 .0
1818 hooks :
1919 - id : trailing-whitespace
2020 - id : end-of-file-fixer
@@ -24,22 +24,19 @@ repos:
2424 args : ["--maxkb=1000"]
2525
2626 - repo : https://github.com/pycqa/isort
27- rev : 5.13.2
27+ rev : 6.0.1
2828 hooks :
2929 - id : isort
3030 args : ["--profile=black"] # asegura compatibilidad con Black
3131
3232 - repo : https://github.com/PyCQA/docformatter
33- rev : v1.7.3
33+ rev : v1.7.5
3434 hooks :
3535 - id : docformatter
36- args :
37- - --in-place
38- - --wrap-summaries=88
39- - --wrap-descriptions=88
36+ additional_dependencies : [tomli]
4037
4138 - repo : https://github.com/psf/black
42- rev : 24.3 .0
39+ rev : 25.1 .0
4340 hooks :
4441 - id : black
4542 language_version : python3
You can’t perform that action at this time.
0 commit comments