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 type annotations and mypy config #754

Draft
wants to merge 3 commits into
base: devel
Choose a base branch
from

Conversation

MartinThoma
Copy link

@MartinThoma MartinThoma commented Jul 6, 2021

See #753

@MartinThoma MartinThoma changed the title Add type annotations Add type annotations and mypy config Jul 6, 2021
@MartinThoma
Copy link
Author

You can let mypy check the code with mypy .. It's very inefficient right now as it will only check functions where something in the signature has a type annotation. You can see way more with mypy . --strict.

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.

None yet

1 participant