Skip to content

Commit bf69601

Browse files
committed
1 parent b8bd716 commit bf69601

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ repos:
4343
rev: v1.20.2
4444
hooks:
4545
- id: setup-cfg-fmt
46+
- repo: https://github.com/myint/docformatter
47+
rev: v1.3.1
48+
hooks:
49+
- id: docformatter
50+
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
4651
- repo: https://github.com/psf/black
4752
rev: 22.6.0
4853
hooks:

0 commit comments

Comments
 (0)