mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-25 12:01:40 +01:00
14 lines
331 B
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
|