Skip to content

Commit

Permalink
Ignore .mypy_cache and add mypy configuration to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed May 6, 2020
1 parent ea48baa commit ddca0c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ env3?/

# VSCode project settings
/.vscode

# MyPy cache
.mypy_cache/
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ exclude =
env??/,
.venv/,
site/

[mypy]
files=cibuildwheel/
strict=True

0 comments on commit ddca0c6

Please sign in to comment.