@@ -0,0 +1,10 @@
.PHONY: install lint
install:
@echo "Installing dependencies..."
@poetry install --no-root
fmt:
@echo "Formatting..."
@poetry run black .
@poetry run ruff --fix .
The note is not visible to the blocked user.