We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d348bef commit 4014c4aCopy full SHA for 4014c4a
.pre-commit-config.yaml
@@ -58,7 +58,7 @@ repos:
58
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
59
60
- repo: https://github.com/PyCQA/docformatter
61
- rev: v1.7.5 # todo: fix for docformatter after last 1.7.5
+ rev: 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
62
hooks:
63
- id: docformatter
64
additional_dependencies: [tomli]
@@ -96,7 +96,7 @@ repos:
96
)$
97
98
- repo: https://github.com/pre-commit/mirrors-prettier
99
- rev: v4.0.0-alpha.8
+ rev: v3.1.0
100
101
- id: prettier
102
# https://prettier.io/docs/en/options.html#print-width
0 commit comments