Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: hikarikumo <[email protected]>
  • Loading branch information
hikarikumo committed Dec 17, 2023
1 parent c6bd638 commit b88b07a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,15 @@
#.PHONY: install linter lint selfcheck check

install:
@poetry install
poetry install

#test:
# poetry run pytest brain_games tests

lint:
poetry run flake8 brain_games

selfcheck:
poetry check

check: selfcheck lint

build: check
@poetry build
build:
poetry build

.PHONY: install test lint selfcheck check build

0 comments on commit b88b07a

Please sign in to comment.