Sign in
◑
Theme
pigweed
/
third_party
/
github
/
theoremlp
/
rules_mypy
/
b9fc417b3d443ae28e966e53ea0bc1bca99befa1
/
.
/
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
)