We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a1c5e commit 649ebbeCopy full SHA for 649ebbe
Makefile
@@ -8,7 +8,7 @@ proto:
8
poetry run python -m grpc_tools.protoc -I . --python_betterproto_out=./cent/proto cent/proto/apiproto.proto
9
10
test:
11
- pytest -vv tests
+ poetry run pytest -vv tests
12
13
lint:
14
ruff .
0 commit comments