-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
[FR]: support mypy #79
Comments
@alexeagle I've created a separate repo for Bazel MyPy rules over here which is heavily inspired by bazel-mypy-integration but adds a few missing features, namely:
I reckon it'd be great to see these extra features integrated into |
@alexeagle Is this Feature Request now rejected? And if so, is there some agreement in the community where mypy for Bazel should be maintained? I am happy too contribute to another project, but right now I am confused which project is the best bet. |
Hey @martis42 - I am waiting on an answer from @f0rmiga about where this can live, as it's funded by his company right now. I think likely options are rules_py - aspect-build/rules_py#235 or maybe get bazel-mypy-integration in better shape. |
What is the current behavior?
I adopted https://github.com/bazel-contrib/bazel-mypy-integration but haven't been doing much maintenance there.
Things get a lot simpler by using the linting mechanics from this repo, all we need is the mypy aspect.
Describe the feature
python/mypy#3912
The text was updated successfully, but these errors were encountered: