Skip to content

Commit

Permalink
fix: Use PyInfo from rules-python
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Dec 6, 2024
1 parent 4fd1af9 commit 1f3af72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mypy.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

load("@bazel_skylib//lib:sets.bzl", "sets")
load("@bazel_skylib//lib:shell.bzl", "shell")
load("@rules_python//python:defs.bzl", "PyInfo")
load("//:rules.bzl", "MyPyStubsInfo")

MyPyAspectInfo = provider(
Expand Down
2 changes: 2 additions & 0 deletions rules.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_python//python:defs.bzl", "PyInfo")

"mypy_stubs rule"
MyPyStubsInfo = provider(
"TODO: docs",
Expand Down

0 comments on commit 1f3af72

Please sign in to comment.