mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-28 01:45:48 +02:00
Add mypy to precommit
This commit is contained in:
parent
b2bc497c50
commit
7b2109fb07
1 changed files with 6 additions and 0 deletions
|
|
@ -44,3 +44,9 @@ repos:
|
||||||
- "flake8-eradicate"
|
- "flake8-eradicate"
|
||||||
- "flake8-isort"
|
- "flake8-isort"
|
||||||
- "flake8-simplify"
|
- "flake8-simplify"
|
||||||
|
|
||||||
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
|
rev: v0.961
|
||||||
|
hooks:
|
||||||
|
- id: mypy
|
||||||
|
args: [--config, pyproject.toml]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue