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.15.0")
What's Changed
- Add support for generated files with custom imports by @keith in #40
- Skip builtin modules by @keith in #41
- Deduplicate import dirs in mypy path, minor cleanups by @mark-thm in #42
Full Changelog: v0.14.0...v0.15.0