Mypy
Type of change
- New feature or functionality (change which adds functionality)
For changes visible to end-users
- Relevant documentation has been updated
Test plan
- New test cases added
It would be really nice to have this feature, so that people can easily adopt mypy for python projects built with recent versions of bazel :)
I am relatively new to bazel, but I would be happy to contribute to this feature. Is there anything I can do to make progress on merging it?
Hi @Sitiritis - thanks for asking, the likely course right now is to fix up https://github.com/bazel-contrib/bazel-mypy-integration since there's an enthusiastic contributor helping out there now. I'll have to figure out whether the rules_py virtualenv setup is related to running mypy, but for now it will just work with rules_python.
Hi @Sitiritis - thanks for asking, the likely course right now is to fix up https://github.com/bazel-contrib/bazel-mypy-integration since there's an enthusiastic contributor helping out there now. I'll have to figure out whether the rules_py virtualenv setup is related to running mypy, but for now it will just work with rules_python.
@alexeagle, thank you for the response, sounds great!