mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
10 lines
234 B
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
|