-
Notifications
You must be signed in to change notification settings - Fork 79
enable mypy rules #677
Copy link
Copy link
Open
Labels
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