Skip to content

Commit

Permalink
Install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Mar 26, 2024
1 parent df83566 commit ab53378
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
tests:
poetry:
python3 -m pip install poetry

tests: poetry
python3 -m poetry run pytest

lint:
lint: poetry
python3 -m poetry run ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39 .
python3 -m poetry run ruff check --output-format=github --target-version=py39 .

0 comments on commit ab53378

Please sign in to comment.