зеркало из
https://github.com/viginum-datalab/twscrape.git
synced 2025-10-29 13:06:13 +02:00
15 строки
151 B
Makefile
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
|