Files
bili-sync/Makefile
2023-11-21 01:39:10 +08:00

11 lines
170 B
Makefile

.PHONY: install lint
install:
@echo "Installing dependencies..."
@poetry install --no-root
fmt:
@echo "Formatting..."
@poetry run black .
@poetry run ruff --fix .