1
0
Fork 0
mirror of https://github.com/Findus23/cr-search.git synced 2024-09-18 14:13:45 +02:00
cr-search/mypy.ini
2020-08-30 22:11:28 +02:00

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