toddlers/mypy.cfg
Tomas Hrcka 0830714e5c Remove python versions mismatch
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2021-10-13 12:20:04 +00:00

6 lines
106 B
INI

# Global options:
[mypy]
warn_return_any = True
warn_unused_configs = True
ignore_missing_imports = True