Skip to content

Commit da9e41e

Browse files
authored
build(deps): use coatl-dev/docformatter (#308)
1 parent 1823cbb commit da9e41e

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
@@ -11,8 +11,8 @@ repos:
1111
rev: 5.13.2
1212
hooks:
1313
- id: isort
14-
- repo: https://github.com/PyCQA/docformatter
15-
rev: v1.7.5
14+
- repo: https://github.com/coatl-dev/docformatter
15+
rev: v1.7.6
1616
hooks:
1717
- id: docformatter
1818
args: [--in-place, --wrap-summaries=72, --close-quotes-on-newline]

0 commit comments

Comments
 (0)