-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Custom MyPy binary #66
Comments
This comment was marked as resolved.
This comment was marked as resolved.
@jonathanberthias san, Fix action-mypy for using "Poetry". Could you please test this branch? - uses: tsuyoshicho/action-mypy@feature/adaptivesetup
with:
# your settings
# ...
# Poetry support
execute_command: 'poetry run mypy'
setup_method: 'nothing' (Also check the README.) |
Thanks for being so quick to reply! I just tested the branch, and it works exactly as expected! Actually, I didn't need the Also, FYI, I can't run
that's why I have to run |
Hi, @jonathanberthias, Thanks for the report. I have added I did not know that the I will release it in a minor VerUp. Regard. |
When installing dependencies with Poetry, the
mypy ...
command is not available and instead one should usepoetry run mypy ...
.It would be nice to be able to add an option for the binary used for the mypy invocation (and potentially an option to skip installing mypy without checking if it is installed).
The text was updated successfully, but these errors were encountered: