13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
|
|
||
|
# check
|
||
|
default: check
|
||
|
|
||
|
# show this help (just --list)
|
||
|
help:
|
||
|
just --list
|
||
|
|
||
|
# lint and run tests
|
||
|
check:
|
||
|
poetry run black . --check
|
||
|
poetry run pytest
|