From 2e1867c021a701fb4717649368e9f3d13e87a5d1 Mon Sep 17 00:00:00 2001 From: Michael Christen Date: Wed, 11 Sep 2024 08:18:41 -0700 Subject: [PATCH] Update readme.md (#20) tiny typo in requirements --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c756fdf..df0eda7 100644 --- a/readme.md +++ b/readme.md @@ -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(