Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 14:35
0001418

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.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