You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a custom py_binary wrapping mypy that bundles some plugins. Is the project open to allowing users to pass their own mypy? The simple way would be making _mypy_cli public:
This is one approach to #19.
We have a custom
py_binary
wrapping mypy that bundles some plugins. Is the project open to allowing users to pass their own mypy? The simple way would be making_mypy_cli
public:https://github.com/thundergolfer/bazel-mypy-integration/blob/master/mypy.bzl#L23
The more proper way would probably be making a mypy toolchain.
Willing to PR this if it's acceptable.
The text was updated successfully, but these errors were encountered: