We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd9507 commit 9a49b86Copy full SHA for 9a49b86
notes/TODO.md
@@ -37,6 +37,7 @@ This document outlines the tasks needed to improve the test coverage, type safet
37
- [ ] Add return type annotations to all functions
38
- [ ] Use Optional and Union types appropriately
39
- [ ] Properly annotate all class methods
40
+ - [ ] Follow import guidelines: use namespace imports and `import typing as t`
41
42
- [ ] **Configure Strict Type Checking**
43
- [ ] Strict mode enabled in `pyproject.toml` under `[tool.mypy]`
0 commit comments