4 lines
91 B
INI
4 lines
91 B
INI
[mypy]
|
|
strict = true
|
|
ignore_missing_imports = true
|
|
exclude = (\.venv/|tests/|__pycache__/)
|