bazel-contrib/bazel-mypy-integration

Use validation output group

Closed this issue · 1 comments

This new feature in bazel might make build --output_groups=+mypy unnecessary: https://docs.bazel.build/versions/main/skylark/rules.html#validation-actions.

This is how I'm calling mypy actions now in aspect-build/rules_lint#78 - will be a replacement for this repo.