mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 21:45:39 +01:00
ca6cfb81a2
Import pytest coverage script.
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
|
|
|