Skip to content

Commit 9584ecc

Browse files
committed
Solving issues
1 parent cdba4e9 commit 9584ecc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ repos:
2929
- id: isort
3030
args: ["--profile=black"] # asegura compatibilidad con Black
3131

32-
- repo: https://github.com/PyCQA/docformatter
32+
- repo: https://github.com/myint/docformatter
3333
rev: v1.7.5
3434
hooks:
3535
- id: docformatter
36-
additional_dependencies: [tomli]
3736

3837
- repo: https://github.com/psf/black
3938
rev: 25.1.0

0 commit comments

Comments
 (0)