Skip to content

Commit cb9f5d2

Browse files
committed
add Makefile with useful targets
1 parent 13ec075 commit cb9f5d2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
all:
2+
3+
test:
4+
poetry run pytest --ruff --ruff-format --cov
5+
6+
reformat:
7+
poetry run ruff check --select I --fix src tests
8+
poetry run ruff format src tests

0 commit comments

Comments
 (0)