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