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 note about mypy in the isolated virtualenv #25

Closed
wants to merge 1 commit into from

Conversation

nicoddemus
Copy link

@@ -37,3 +37,6 @@ dependencies) you may also find it useful to add the typed dependencies to
- id: mypy
additional_dependencies: [tokenize-rt==3.2.0]
```

Note that if you don't specify additional dependencies, because of the isolated
virtualenv you might get different output when running `mypy` into your own virtualenv.
Copy link
Member

Choose a reason for hiding this comment

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

isn't this the same as what lines 31-33 say?

Copy link
Author

@nicoddemus nicoddemus Aug 24, 2020

Choose a reason for hiding this comment

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

Yeah you are right, my fault for not giving that enough importance! 👍

@nicoddemus nicoddemus closed this Aug 24, 2020
@nicoddemus nicoddemus deleted the patch-1 branch August 24, 2020 23:41
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants