Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 18:26
· 8 commits to main since this release
21bd939

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.3.0")

What's Changed

  • Adding note about skipping mypy for targets. by @mattlgy in #11
  • Add option to not propagate mypy cache by @mark-thm in #12

Full Changelog: v0.2.0...v0.3.0