Skip to content

Commit f212dde

Browse files
authored
fix(make): run lint via poetry (#4050)
Closes #3992
1 parent 428fc10 commit f212dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ api-server-tests:
4646
cd gcp/api && ./run_tests.sh $(HOME)/.config/gcloud/application_default_credentials.json
4747

4848
lint:
49-
tools/lint_and_format.sh
49+
$(run-cmd) tools/lint_and_format.sh
5050

5151
build-protos:
5252
$(run-cmd) python -m grpc_tools.protoc --python_out=. --mypy_out=. --proto_path=. osv/*.proto

0 commit comments

Comments
 (0)