-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels