You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add infrastructure for type checking in Python code
Type annotations are provided in the project's Python code to indicate the types of objects. Previously no
infrastructure was provided to leverage or validate these annotations.
A task is added here to allow contributors to easily check for typing problems using the mypy tool.
A new job is added to the "Check Python" GitHub Actions workflow to run the task on every push or pull request that
modifies relevant files.
0 commit comments