We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdba4e9 commit 9584eccCopy full SHA for 9584ecc
.pre-commit-config.yaml
@@ -29,11 +29,10 @@ repos:
29
- id: isort
30
args: ["--profile=black"] # asegura compatibilidad con Black
31
32
- - repo: https://github.com/PyCQA/docformatter
+ - repo: https://github.com/myint/docformatter
33
rev: v1.7.5
34
hooks:
35
- id: docformatter
36
- additional_dependencies: [tomli]
37
38
- repo: https://github.com/psf/black
39
rev: 25.1.0
0 commit comments