mirror of https://github.com/stijndcl/didier
Add mypy to precommit
parent
b2bc497c50
commit
7b2109fb07
|
@ -44,3 +44,9 @@ repos:
|
|||
- "flake8-eradicate"
|
||||
- "flake8-isort"
|
||||
- "flake8-simplify"
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.961
|
||||
hooks:
|
||||
- id: mypy
|
||||
args: [--config, pyproject.toml]
|
||||
|
|
Loading…
Reference in New Issue