Add mypy check to pre-commit-config

This commit is contained in:
Tomas Sebestik
2021-02-01 09:18:16 +01:00
committed by bot
parent daf429c67f
commit a22597a2d6
10 changed files with 371 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import yaml
try:
from yaml import CLoader as Loader
except ImportError:
from yaml import Loader as Loader
from yaml import Loader as Loader # type: ignore
TEST_CASE_PATTERN = {
'initial condition': 'UTINIT1',