Skip to content

Commit f354b9c

Browse files
authored
Update .pre-commit-config.yaml (#506)
Fix for a build issue
1 parent 843d61e commit f354b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: detect-private-key
2828

2929
- repo: https://github.com/PyCQA/docformatter
30-
rev: v1.7.5
30+
rev: 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
3131
hooks:
3232
- id: docformatter
3333
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)