Skip to content

Commit 25c0df1

Browse files
authored
Add docformatter. (#45)
1 parent 2476565 commit 25c0df1

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

0 commit comments

Comments
 (0)