mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
13 lines
283 B
INI
13 lines
283 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
ignore_errors = False
|
|
ignore_missing_imports = True
|
|
strict_optional = True
|
|
no_implicit_optional = True
|
|
warn_unused_ignores = True
|
|
warn_redundant_casts = True
|
|
warn_unused_configs = True
|
|
warn_unreachable = True
|
|
|
|
show_error_context = True
|
|
pretty = True
|