1
0
Fork 0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-01-10 20:15:28 +00:00
pyhOn/mypy.ini
2023-07-01 14:59:09 +02:00

10 lines
224 B
INI

[mypy]
check_untyped_defs = True
disallow_any_generics = True
disallow_untyped_defs = True
disallow_any_unimported = True
no_implicit_optional = True
warn_return_any = True
show_error_codes = True
warn_unused_ignores = True