-
-
Notifications
You must be signed in to change notification settings - Fork 450
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Currently, mypy is only run for packages/jupyter-ai. The CI workflow is in .github/workflows/unit-tests.yml.
Moving forward into v3, we should enforce type checking throughout the entire codebase. This will reduce the number of bugs introduced by accident during development.
Proposed Solution
-
Run
mypy packages/jupyter-ai-magicsand fix allmypyerrors (Claude Code can be extremely helpful here). -
Add
mypy packages/jupyter-ai-magicsto the CI workflow.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request