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

Added new mypy tags and fixed all new mypy errors #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jamart28
Copy link
Collaborator

@jamart28 jamart28 commented Feb 21, 2020

Closes #86.

@jamart28
Copy link
Collaborator Author

CI is gonna fail until immutable collections is updated and the version is updated for vistautils

@gabbard
Copy link

gabbard commented Feb 25, 2020

Let's put this on hold until python/mypy#5738 is fixed.

@@ -3,7 +3,7 @@ default:

SOURCE_DIR_NAME=vistautils

MYPY:=mypy $(SOURCE_DIR_NAME) tests
MYPY:=mypy $(SOURCE_DIR_NAME) tests --disallow-any-generics --disallow-any-unimported
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be adding these to mypy.ini.

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.

Disallow implicit Any in types
3 participants