Skip to content

Commit 114b126

Browse files
committed
Solving issues
1 parent a78a0cc commit 114b126

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@ repos:
1010
rev: 24.3.0
1111
hooks:
1212
- id: black
13-
- repo: https://github.com/PyCQA/docformatter
14-
rev: v1.7.5
15-
hooks:
16-
- id: docformatter
17-
args:
18-
- --in-place
19-
- --wrap-summaries=88
20-
- --wrap-descriptions=88
21-
- --make-summary-multi-line
22-
- --pre-summary-newline
23-
additional_dependencies: [tomli]
24-
language_version: python3.12 # << evita el bug de 3.13
2513
- repo: https://github.com/pre-commit/mirrors-isort
2614
rev: v5.10.1
2715
hooks:

0 commit comments

Comments
 (0)