Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_mypy", version = "0.14.0")
What's Changed
- Add
imports
toMYPYPATH
by @keith in #37 - Add imports from current target to MYPYPATH by @keith in #39
- Add rule's data to mypy action by @keith in #38
Full Changelog: v0.13.0...v0.14.0