# check
default: check

# show this help (just --list)
help:
    just --list

# lint and run tests
check:
    poetry run black . --check
    poetry run pytest