Skip to content

Commit cdba4e9

Browse files
committed
Solving issues
1 parent 9f7ff82 commit cdba4e9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude: |
1414
1515
repos:
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

0 commit comments

Comments
 (0)