Enable mypy for .pyi
This commit is contained in:
parent
40cf1297ca
commit
25cb79000b
1 changed files with 1 additions and 1 deletions
|
@ -77,5 +77,5 @@ repos:
|
||||||
name: mypy
|
name: mypy
|
||||||
entry: mypy
|
entry: mypy
|
||||||
language: system
|
language: system
|
||||||
types: [python]
|
types_or: [python, pyi]
|
||||||
exclude: tasks.py$
|
exclude: tasks.py$
|
||||||
|
|
Reference in a new issue