From 25cb79000b3d18e1f6de6d7c1bc727401266db5c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 29 Dec 2021 16:25:56 +0100 Subject: [PATCH] Enable mypy for .pyi --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d339d8b..edd7170 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,5 +77,5 @@ repos: name: mypy entry: mypy language: system - types: [python] + types_or: [python, pyi] exclude: tasks.py$