install: | |
python -m pip install -r requirements.txt | |
format: | |
python -m ruff format . | |
lint: | |
python -m ruff check --select I,RUF022 --fix . | |
check: | |
python -m ruff check . | |
run: | |
python app.py |
install: | |
python -m pip install -r requirements.txt | |
format: | |
python -m ruff format . | |
lint: | |
python -m ruff check --select I,RUF022 --fix . | |
check: | |
python -m ruff check . | |
run: | |
python app.py |