Set up and test out some stuff
This commit is contained in:
parent
bba57f318f
commit
92cf742126
6 changed files with 180 additions and 0 deletions
5
mypy.ini
Normal file
5
mypy.ini
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[mypy]
|
||||
disallow_untyped_defs = True
|
||||
disallow_incomplete_defs = True
|
||||
no_implicit_optional = True
|
||||
ignore_missing_imports = True
|
||||
Loading…
Add table
Add a link
Reference in a new issue