Some checks failed
CI / build (push) Failing after 12s
GitOrigin-RevId: 6370f6ea785709295b6abcf9c60717cacf3ac432
7 lines
No EOL
160 B
Python
7 lines
No EOL
160 B
Python
load("@pip_types//:types.bzl", "types")
|
|
load("@rules_mypy//mypy:mypy.bzl", "mypy")
|
|
|
|
mypy_aspect = mypy(
|
|
mypy_ini = "@@//tools:mypy.ini",
|
|
types = types
|
|
) |