A few mypy rules are currently disabled, but would be valuable to have for stability purposes:
[tool.mypy]
disable_error_code = [
"import-not-found",
"import-untyped",
"var-annotated",
"attr-defined",
]
We would want to enable these and fix their errors.
A few mypy rules are currently disabled, but would be valuable to have for stability purposes:
We would want to enable these and fix their errors.