We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6648144 commit bdc7b77Copy full SHA for bdc7b77
1 file changed
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
args: []
31
32
- repo: https://github.com/PyCQA/docformatter
33
- rev: v1.7.5 # todo: fix for docformatter after last 1.7.5
+ rev: v1.7.6
34
hooks:
35
- id: docformatter
36
additional_dependencies: [tomli]
@@ -47,7 +47,7 @@ repos:
47
args: ["--number"]
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