Skip to content

Commit

Permalink
Update readme.md (#20)
Browse files Browse the repository at this point in the history
tiny typo in requirements
  • Loading branch information
michael-christen committed Sep 11, 2024
1 parent 6af63ea commit 2e1867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Further, to use mypy plugins referenced in any config file, use the `deps` attri

```starlark
# in a BUILD file
load("@pip//:requirements.bzl", "requirements") # '@pip' must match configured pip hub_name
load("@pip//:requirements.bzl", "requirement") # '@pip' must match configured pip hub_name
load("@rules_mypy//mypy:mypy.bzl", "mypy", "mypy_cli")

mypy_cli(
Expand Down

0 comments on commit 2e1867c

Please sign in to comment.