mirror of
https://github.com/Findus23/cr-search.git
synced 2024-09-11 06:03:45 +02:00
8 lines
198 B
INI
8 lines
198 B
INI
[mypy]
|
|
warn_return_any = True
|
|
warn_unused_configs = True
|
|
disallow_untyped_defs = True
|
|
disallow_incomplete_defs = True
|
|
ignore_missing_imports = True
|
|
check_untyped_defs=True
|
|
warn_redundant_casts=True
|