Skip to content

Commit

Permalink
chore: code review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 27, 2024
1 parent 297363c commit 7034b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ pip = use_extension(
dev_dependency = True,
)
pip.parse(
hub_name = "pypi",
hub_name = "mypy_integration_pip_deps",
python_version = "3.8",
requirements_lock = "//third_party:requirements.txt",
)
use_repo(pip, "pypi")
use_repo(pip, "mypy_integration_pip_deps")
2 changes: 1 addition & 1 deletion third_party/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@pypi//:requirements.bzl", "requirement")
load("@mypy_integration_pip_deps//:requirements.bzl", "requirement")
load("@rules_python//python:pip.bzl", "compile_pip_requirements")

alias(
Expand Down

0 comments on commit 7034b70

Please sign in to comment.