Skip to content

Commit 3a4bf90

Browse files
🧑‍💻 update makefile refs
Signed-off-by: Rushil Srivastava <rushil@simplify.jobs>
1 parent 0273621 commit 3a4bf90

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
.PHONY: lint format test
22

33
lint:
4-
uv run mypy fastapi_gcp_tasks
5-
uv run ruff check fastapi_gcp_tasks tests scripts examples
6-
uv run ruff format fastapi_gcp_tasks tests scripts examples --check
4+
uv run scripts/lint.sh
75

86
format:
9-
uv run ruff check fastapi_gcp_tasks tests examples scripts --fix
10-
uv run ruff format fastapi_gcp_tasks tests examples scripts
7+
uv run scripts/format.sh
118

129
test:
1310
uv run pytest -q -x -s

0 commit comments

Comments
 (0)