Skip to content

Commit dcaac09

Browse files
authored
docstring coverage added into pre-commit
#41 interrogate added into pre- commit for doc-string coverage
1 parent c4de840 commit dcaac09

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ repos:
2828
rev: v0.27.1
2929
hooks:
3030
- id: markdownlint
31-
entry: markdownlint --ignore .github
31+
entry: markdownlint --ignore .github
32+
33+
- repo: https://github.com/econchick/interrogate
34+
rev: 1.4.0
35+
hooks:
36+
- id: interrogate
37+
args: [-vv, -i, --fail-under=80]

0 commit comments

Comments
 (0)