mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
6 lines
187 B
Plaintext
6 lines
187 B
Plaintext
deps = [
|
|
"humanlayer/",
|
|
]
|
|
local_resource("check", cmd="make typecheck", deps=deps, ignore="**/*pyc*")
|
|
local_resource("test", cmd="pytest -x humanlayer", deps=deps, ignore="**/*pyc*")
|