diff --git a/Makefile b/Makefile index d1be2b0..ad9abbf 100644 --- a/Makefile +++ b/Makefile @@ -44,8 +44,8 @@ check-docs: .PHONY: fix fix: - poetry run black $(FORMAT_DIRS) - poetry run isort $(FORMAT_DIRS) + $(RUFF) format $(FORMAT_DIRS) + $(RUFF) check --fix $(LINT_DIRS) .PHONY: test test: