Sign in
◑
Theme
pigweed
/
third_party
/
github
/
theoremlp
/
rules_mypy
/
eee7a9bbd798bcbf630846beeeac3b9e573b4c6c
/
.
/
examples
/
demo
/
py.bzl
blob: 77ced1d4ce3b14bc78c031d1e7b523d5bb0ed2e4 [
file
]
"Custom py_library rule that also runs mypy."
load
(
"@pip_types//:types.bzl"
,
"types"
)
load
(
"@rules_mypy//mypy:mypy.bzl"
,
"mypy"
)
mypy_aspect
=
mypy
(
types
=
types
)