Skip to content

Commit

Permalink
chore(makefile): update
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Jan 7, 2024
1 parent d651eb6 commit 8f45816
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
.PHONY: install test
.PHONY: test

install-all: install pc-install

install:
poetry install --sync

lint:
poetry run poe lint
pc-install:
pre-commit install

test:
poetry run pytest
update:
poetry update

update-latest:
poetry up --latest

checks: pc-run lint test

pc-run:
pre-commit run -a

pc-install:
pre-commit install
lint:
poetry run poe lint

poetry-up:
poetry up --latest
test:
poetry run pytest

0 comments on commit 8f45816

Please sign in to comment.