Add MyPy
This commit is contained in:
parent
6822df0432
commit
472192e2d0
2 changed files with 265 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,5 +1,12 @@
|
|||
# Editor files
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Caches
|
||||
__pycache__/
|
||||
.mypy_cache/
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
env/
|
||||
.venv/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue