1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-05-20 14:44:27 -05:00
ssh-audit/test/mypy.ini

14 lines
331 B
INI

[mypy]
ignore_missing_imports = False
follow_imports = error
disallow_untyped_calls = True
disallow_untyped_defs = True
check_untyped_defs = True
disallow_subclassing_any = True
warn_incomplete_stub = True
warn_redundant_casts = True
warn_return_any = True
warn_unused_ignores = True
strict_optional = True
#strict_boolean = False