Ignore .mypy_cache and add mypy configuration to setup.cfg

This commit is contained in:
Yannick Jadoul
2020-05-07 00:28:57 +02:00
parent 4683ac3d6c
commit 9daad5c60c
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -102,3 +102,6 @@ env3?/
# VSCode project settings
/.vscode
# MyPy cache
.mypy_cache/
+4
View File
@@ -11,3 +11,7 @@ exclude =
env??/,
.venv/,
site/
[mypy]
files=cibuildwheel/
strict=True