Skip to content

Commit 1e8ffd9

Browse files
authored
Apply suggestions from code review
1 parent 673c4e1 commit 1e8ffd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
3030

3131
- repo: https://github.com/PyCQA/docformatter
32-
rev: v1.7.5 # todo: fix for docformatter after last 1.7.5
32+
rev: 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
3333
hooks:
3434
- id: docformatter
3535
additional_dependencies: [tomli]
@@ -47,7 +47,7 @@ repos:
4747
exclude: CHANGELOG.md
4848

4949
- repo: https://github.com/pre-commit/mirrors-prettier
50-
rev: v4.0.0-alpha.8
50+
rev: v3.1.0
5151
hooks:
5252
- id: prettier
5353
files: \.(json|yml|yaml|toml)

0 commit comments

Comments
 (0)