1
0
Fork 0
mirror of https://github.com/Findus23/cr-search.git synced 2024-09-19 15:23:44 +02:00
cr-search/mypy.ini

9 lines
198 B
INI
Raw Normal View History

2020-08-30 22:11:28 +02:00
[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