Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit a0d7b67

Browse files
authored
Apply suggestions from code review
1 parent 221bfcb commit a0d7b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ repos:
3030
#args: ["--write-changes"]
3131

3232
- repo: https://github.com/PyCQA/docformatter
33-
rev: v1.7.5 # todo: fix for docformatter after last 1.7.5
33+
rev: 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
3434
hooks:
3535
- id: docformatter
3636
additional_dependencies: [tomli]
3737
args: ["--in-place"]
3838

3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v4.0.0-alpha.8
40+
rev: v3.1.0
4141
hooks:
4242
- id: prettier
4343
files: \.(json|yml|yaml|toml)

0 commit comments

Comments
 (0)