Skip to content

Commit 1ecd77a

Browse files
authored
Add docformatter. (#18)
1 parent c2c3f0b commit 1ecd77a

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
@@ -64,6 +64,11 @@ repos:
6464
rev: v1.20.1
6565
hooks:
6666
- id: setup-cfg-fmt
67+
- repo: https://github.com/myint/docformatter
68+
rev: v1.3.1
69+
hooks:
70+
- id: docformatter
71+
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
6772
- repo: https://github.com/econchick/interrogate
6873
rev: 1.5.0
6974
hooks:

0 commit comments

Comments
 (0)