Enable mypy for .pyi

This commit is contained in:
Gabriel Augendre 2021-12-29 16:25:56 +01:00
parent 40cf1297ca
commit 25cb79000b

View file

@ -77,5 +77,5 @@ repos:
name: mypy
entry: mypy
language: system
types: [python]
types_or: [python, pyi]
exclude: tasks.py$