-
-
Notifications
You must be signed in to change notification settings - Fork 448
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-magics
and fix allmypy
errors (Claude Code can be extremely helpful here). -
Add
mypy packages/jupyter-ai-magics
to the CI workflow.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request