twscrape/Makefile
2023-04-30 18:36:28 +03:00

15 строки
151 B
Makefile

all:
@echo "hi"
lint:
ruff check .
lint-fix:
ruff check --fix .
test:
pytest --cov=twapi tests/
act:
act --container-architecture linux/amd64