We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673c4e1 commit 1e8ffd9Copy full SHA for 1e8ffd9
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
30
31
- repo: https://github.com/PyCQA/docformatter
32
- rev: v1.7.5 # todo: fix for docformatter after last 1.7.5
+ rev: 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
33
hooks:
34
- id: docformatter
35
additional_dependencies: [tomli]
@@ -47,7 +47,7 @@ repos:
47
exclude: CHANGELOG.md
48
49
- repo: https://github.com/pre-commit/mirrors-prettier
50
- rev: v4.0.0-alpha.8
+ rev: v3.1.0
51
52
- id: prettier
53
files: \.(json|yml|yaml|toml)
0 commit comments