dotfiles/config/mypy/config

7 lines
163 B
Plaintext
Raw Normal View History

2019-07-08 05:57:29 +00:00
[mypy]
ignore_missing_imports = True
disallow_untyped_defs = True
disallow_untyped_calls = True
disallow_incomplete_defs = True
disallow_untyped_decorators = True