Vim, mostly

This commit is contained in:
Geoffrey Frogeye 2019-07-08 07:57:29 +02:00
parent 90d5cd4d1f
commit 3f720e882d
7 changed files with 136 additions and 30 deletions

6
config/mypy/config Normal file
View 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