ATTENTION! Please read and follow:
- if this is a _question_ about how to build / test / query / deploy using Bazel, ask it on StackOverflow instead: https://stackoverflow.com/questions/tagged/bazel
- if this is a _discussion starter_, send it to [email protected]
- if this is a _bug_ or _feature request_, fill the form below as best as you can.
Instead of py_binary, pytype_binary would help with type checking. ( See https://github.com/google/pytype )
Type checking for python using pytype.
this would be cool
Can we expect integration from bazel or from pytype?
I can't find it in either side.
There's a reference to pytype.bzl here:
https://github.com/google/pytype/commit/83802c65cfcefeded175188502b2dda106d38080
The file is nowhere to be found.
I'd really love pytype_* rules for OSS usage of Bazel...
Should this be filed under https://github.com/bazelbuild/rules_python/issues instead?
May I know if there is any update on this? If there any tips of how to contribute to this feature would be helpful too.
Most helpful comment
Can we expect integration from bazel or from pytype?
I can't find it in either side.
There's a reference to pytype.bzl here:
https://github.com/google/pytype/commit/83802c65cfcefeded175188502b2dda106d38080
The file is nowhere to be found.
I'd really love pytype_* rules for OSS usage of Bazel...