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

Turn mypy to strict but allow untyped code #719

Closed
wants to merge 3 commits into from

Conversation

philpep
Copy link
Contributor

@philpep philpep commented Jul 21, 2023

Also fix some errors reported by mypy

Also fix some errors reported by mypy
Now we have a minimum supported python version which has
functools.cached_property
Major distribution ship at least 3.9 and this will allow us to type with
dict, list, tuple instead of typing.Dict, List, Tuple etc.
@philpep philpep closed this Jul 21, 2023
@philpep philpep deleted the mypy branch July 21, 2023 15:41
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