-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Requesting a new release #122
Comments
Hi I agree a release would help, and in the mean time can someone please point me to some documentation / example with latest / recent rules_python release? I'm trying to follow the instructions in the WORKSPACE snippet at https://github.com/bazel-contrib/bazel-mypy-integration/releases/tag/0.4.0, and I'm getting the error |
@jdimatteo I would use |
@adzenith yes, I would like to use main, but I was using the 0.4.0 WORKSPACE snippet at https://github.com/bazel-contrib/bazel-mypy-integration/releases/tag/0.4.0. Is there an updated WORKSPACE snippet for latest main commit? When I try to use the 0.4.0 snippet I get an:
Can you please point me to updated documentation similar to the 0.4.0's WORKSPACE snippet? Or an example project's WORKSPACE that uses bazel-mypy-integration with rules_python? I don't see any documentation of what to include in my WORKSPACE at https://github.com/bazel-contrib/bazel-mypy-integration/blob/main/README.md. Any pointers would be greatly appreciated! |
@jdimatteo the examples https://github.com/bazel-contrib/bazel-mypy-integration/tree/main/examples can be used as blueprint. This is the snippet how to depend in mypy_integration and initialize its deps: Here the mypy Python dependency is registered: Here mypy is configured (aka providing a config file and the mypy lib): |
@martis42 thanks that worked! Didn't mean to hijack this issue requesting a new release, but hopefully these comments help others who might be looking for a release and want to get working on latest main in the mean time. |
Do you think we can proceed on this? One cannot add something to the Bazel central registry without a release artifact existing which can be tested. My proposal for the next steps is:
If a new release is a capacity problem I would volunteer to take over step 3. This is something I am able to do, even as non maintainer. |
@adzenith Thanks for reviewing my PR. Will it be possible for you to create a pre-release for |
How to integrate this tool into other projects changed much:
It would be great to depend on all those updates through an official release.
The text was updated successfully, but these errors were encountered: