Skip to content

Commit bb2cf42

Browse files
committed
Add docformatter.
Committed via https://github.com/asottile/all-repos
1 parent e197932 commit bb2cf42

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
@@ -38,6 +38,11 @@ repos:
3838
rev: v1.20.1
3939
hooks:
4040
- id: setup-cfg-fmt
41+
- repo: https://github.com/myint/docformatter
42+
rev: v1.3.1
43+
hooks:
44+
- id: docformatter
45+
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
4146
- repo: https://github.com/psf/black
4247
rev: 22.3.0
4348
hooks:

0 commit comments

Comments
 (0)