You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spiel/mypy.ini

12 lines
241 B
INI

[mypy]
files = orate/*.py, tests/*.py
pretty = true
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
ignore_missing_imports = true
[mypy-rich.*]
no_implicit_optional = false