ssh-audit/test/mypy.ini
2016-10-19 20:51:57 +03:00

10 lines
203 B
INI

[mypy]
silent_imports = True
disallow_untyped_calls = True
disallow_untyped_defs = True
check_untyped_defs = True
disallow-subclassing-any = True
warn-incomplete-stub = True
warn-redundant-casts = True