1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-04-05 13:08:06 -05:00
ssh-audit/test/mypy.ini

10 lines
234 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