diff --git a/Makefile b/Makefile index fcb592426..e03967b23 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ tests: format: poetry run black . - poetry run ruff --select I --fix . + poetry run ruff . --fix cd src/frontend && npm run format lint: