bazel-contrib/bazel-mypy-integration

Don't execute on non-python code

thundergolfer opened this issue · 1 comments

Currently all code in examples/ is Python. This is not good for integration testing as a real-world use-case will involve ignoring non-Python code that does exist in the WORKSPACE.

  1. Add some non-python code into examples/
  2. Fix aspect so it skips non Python targets

Works fine with non-python code in workspace.