Open Issues Need Help
View All on GitHub request: enforce additional typing rules about 2 hours ago
AI Summary: This GitHub issue proposes enhancing the project's type checking by enabling stricter `mypy` rules and eliminating existing type ignore comments and disabled error codes. The goal is to improve code quality by enforcing more comprehensive type safety, addressing currently unchecked or ignored type failures across the codebase. Key tasks include enabling rules like `disallow_untyped_defs` and `warn_return_any`, and fixing specific module-level `disable_error_code` configurations.
Complexity:
4/5
good first issue