rmi-backend/mypy.ini

4 lines
91 B
INI

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