Files
smsbot/Makefile
2025-02-27 17:27:03 +00:00

9 lines
295 B
Makefile

.venv:
virtualenv .venv
python3 -m pip install poetry
python3 -m poetry install --with github
lint: .venv
python3 -m poetry run ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py37 .
python3 -m poetry run ruff check --output-format=github --target-version=py37 .