зеркало из
https://github.com/viginum-datalab/twscrape.git
synced 2025-10-29 13:06:13 +02:00
18 строки
188 B
Makefile
18 строки
188 B
Makefile
all:
|
|
@echo "hi"
|
|
|
|
lint:
|
|
ruff check .
|
|
|
|
lint-fix:
|
|
ruff check --fix .
|
|
|
|
pylint:
|
|
pylint --errors-only twapi
|
|
|
|
test:
|
|
pytest --cov=twapi tests/
|
|
|
|
act:
|
|
act --container-architecture linux/amd64
|