Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mypy to GH Actions and pre-commit #218

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from
Draft

Add mypy to GH Actions and pre-commit #218

wants to merge 5 commits into from

Conversation

tianyizheng02
Copy link
Contributor

Fixes #45

Add mypy to GH Actions and pre-commit for static type-checking

Current results of running mypy locally:

> mypy --ignore-missing-imports --strict pittapi/
Success: no issues found in 14 source files

@tianyizheng02 tianyizheng02 changed the title Add mypy to GH Actions and pre-commit Add mypy to GH Actions and pre-commit Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce static type checking into the API
1 participant