mirror of https://github.com/jtesta/ssh-audit.git
10 lines
203 B
INI
10 lines
203 B
INI
|
[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
|
||
|
|