bazel-contrib/bazel-mypy-integration

MyPy aspect fails on py_console_script_binary target

Opened this issue · 0 comments

I have a py_console_script_binary in my project and the MyPy aspect does not know how to handle it. The build failure is:

usage: mypy [-h] [-v] [-V] [more options; see below]
            [-m MODULE] [-p PACKAGE] [-c PROGRAM_TEXT] [files ...]
mypy: error: Missing target module, package, files, or command.