Skip to content

Commit ab6c579

Browse files
committed
use poetry for make targets
1 parent cafcf91 commit ab6c579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ api: build services
1818
docker compose up --remove-orphans app
1919

2020
test:
21-
pytest --cov-report html --cov-report term --cov=yente -v tests
21+
poetry run pytest --cov-report html --cov-report term --cov=yente -v tests
2222

2323
typecheck:
24-
mypy --strict yente
24+
poetry run mypy --strict yente
2525

2626
check: typecheck test

0 commit comments

Comments
 (0)