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 the MyPy type checker #89

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Add the MyPy type checker #89

merged 1 commit into from
Feb 10, 2024

Conversation

ikalnytskyi
Copy link
Owner

Mypy is a static type checker for Python. Type checkers help ensure that you’re using variables and functions in your code correctly. It's about time I give it a try! This commit lays down basic configuration with a pretty big ignore list. The ignore list is not to stick here, but rather temporarly disable the rules until they are resolved.

Mypy is a static type checker for Python. Type checkers help ensure that
you’re using variables and functions in your code correctly. It's about
time I give it a try! This commit lays down basic configuration with a
pretty big ignore list. The ignore list is not to stick here, but rather
temporarly disable the rules until they are resolved.
@ikalnytskyi ikalnytskyi merged commit d203943 into master Feb 10, 2024
15 checks passed
@ikalnytskyi ikalnytskyi deleted the chore/mypy branch February 10, 2024 11:19
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.

1 participant