Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 11:03
· 3 commits to main since this release
61a9863

Using Bzlmod with Bazel 7

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_mypy", version = "0.14.0")

What's Changed

  • Add imports to MYPYPATH 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