Skip to content

Commit 248f591

Browse files
authored
Merge pull request #255 from IFCA-Advanced-Computing/fix/docformatter_in_precommit
Use last master version for docformatter check
2 parents 670375b + 88d5374 commit 248f591

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
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/docformatter
16-
rev: v1.7.5
16+
rev: master
1717
hooks:
1818
- id: docformatter
1919
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)