Skip to content

Releases: theoremlp/rules_mypy

v0.7.0

12 Sep 11:03
2e1867c
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

26 Aug 18:42
6af63ea
Compare
Choose a tag to compare

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

What's Changed

  • Update dependency mypy to ~=1.11.2 by @renovate-thm in #18
  • When cache disabled use a tmp dir for cache outputs by @mark-thm in #19

Full Changelog: v0.5.0...v0.6.0

v0.5.0

19 Aug 11:03
036a06f
Compare
Choose a tag to compare

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

What's Changed

  • Fix default mypy.ini and update readme by @mark-thm in #17

Full Changelog: v0.4.0...v0.5.0

v0.4.0

16 Aug 11:03
4e2c620
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

08 Aug 20:03
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Aug 18:26
21bd939
Compare
Choose a tag to compare

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

v0.2.0

06 Aug 20:24
eebf62b
Compare
Choose a tag to compare

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

What's Changed

  • Enable reviewbot to stamp automation PRs by @mark-thm in #9
  • Adding mypy ini as flag to mypy_cli when present. by @mattlgy in #10

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

05 Aug 23:38
4aebc4e
Compare
Choose a tag to compare

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

What's Changed

  • Fix renovate.json by @mark-thm in #3
  • Fix requirements update automation by @mark-thm in #4
  • Use regular runner for automation by @mark-thm in #7
  • Use versioned py_binary by @mark-thm in #8
  • Update dependency mypy to ~=1.11.1 by @renovate-thm in #6

New Contributors

  • @mark-thm made their first contribution in #3
  • @renovate-thm made their first contribution in #6

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Aug 16:52
11ca604
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/theoremlp/rules_mypy/commits/v0.1.0