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

Ensure make lint resolves to the right pylint and mypy versions #3409

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

dapplion
Copy link
Member

@dapplion dapplion commented Jun 8, 2023

At least in my local desktop environment, running pylint and mypy directly as binary resolves to the host version causing inconsistencies.

In my local experience and from https://stackoverflow.com/questions/51373063/pip3-bad-interpreter-no-such-file-or-directory running the module through the python binary ensures resolving the right module.

Without this PR I can't recreate the results of make lint from CI in my local env

Copy link
Contributor

@hwwhww hwwhww left a comment

Choose a reason for hiding this comment

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

lgtm

thanks @dapplion

@hwwhww hwwhww merged commit 1e75afc into ethereum:dev Jun 9, 2023
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.

2 participants