Vim, mostly
This commit is contained in:
parent
90d5cd4d1f
commit
3f720e882d
7 changed files with 136 additions and 30 deletions
6
config/mypy/config
Normal file
6
config/mypy/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
disallow_untyped_defs = True
|
||||
disallow_untyped_calls = True
|
||||
disallow_incomplete_defs = True
|
||||
disallow_untyped_decorators = True
|
Loading…
Add table
Add a link
Reference in a new issue