rmi-backend/mypy.ini

8 lines
112 B
INI

[mypy]
strict = true
ignore_missing_imports = true
exclude = (?x)(
.venv/
| tests/
| __pycache__/
)