Skip to content

Commit c8c7202

Browse files
committed
Add pydocstringformatter to pre-commit config
1 parent 11eba03 commit c8c7202

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
@@ -95,3 +95,8 @@ repos:
9595
- id: prettier
9696
args: [--prose-wrap=always, --print-width=88]
9797
exclude: tests(/.*)*/data
98+
- repo: https://github.com/DanielNoord/pydocstringformatter
99+
rev: v0.2.0
100+
hooks:
101+
- id: pydocstringformatter
102+
exclude: tests/functional/|tests/input|tests(/.*)*/data|tests/regrtest_data/|tests/data/

0 commit comments

Comments
 (0)