Skip to content

Commit

Permalink
Upgrade rules_mypy to latest 0.23.0
Browse files Browse the repository at this point in the history
CMK-20994

Change-Id: I5143e6d33ce86a9a6998275b124555caecb348c5
  • Loading branch information
Synss committed Jan 24, 2025
1 parent 936fa8c commit a070f90
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 266 deletions.
9 changes: 1 addition & 8 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,7 @@ python.toolchain(
python_version = PYTHON_VERSION,
)

bazel_dep(name = "rules_mypy", version = "0.17.0")

# Remove the override when upgrading to 0.18.
git_override(
module_name = "rules_mypy",
commit = "c477d2a124ce4a0ee60a9e5df6be0dd92acba6d8",
remote = "https://github.com/theoremlp/rules_mypy",
)
bazel_dep(name = "rules_mypy", version = "0.23.0")

bazel_dep(name = "aspect_rules_py", version = "0.7.4")

Expand Down
Loading

0 comments on commit a070f90

Please sign in to comment.