ssh-audit/test/mypy.ini

10 lines
203 B
INI
Raw Normal View History

[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