Add interrogate to pre-commit-config
This commit is contained in:
parent
dc7511ca9a
commit
65241d7751
1 changed files with 8 additions and 0 deletions
|
|
@ -39,3 +39,11 @@ repos:
|
|||
hooks:
|
||||
- id: mypy
|
||||
exclude: tests/
|
||||
- repo: https://github.com/econchick/interrogate
|
||||
rev: '1.2.0'
|
||||
hooks:
|
||||
- id: interrogate
|
||||
description: check for docstring coverage
|
||||
entry: interrogate -f 100 -iIvv
|
||||
types: [python]
|
||||
exclude: docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue