Use pre-commit for interrogate
This commit is contained in:
parent
3a5b5a2052
commit
1f67eefb4f
|
@ -26,6 +26,13 @@ repos:
|
|||
- id: flake8
|
||||
language_version: python3.8
|
||||
|
||||
- repo: https://github.com/econchick/interrogate
|
||||
rev: 1.3.0
|
||||
hooks:
|
||||
- id: interrogate
|
||||
args: [tests]
|
||||
language_version: python3.8
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.1.0
|
||||
hooks:
|
||||
|
|
Loading…
Reference in New Issue