We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04370f4 commit e8b5e14Copy full SHA for e8b5e14
Makefile
@@ -14,7 +14,7 @@ test-coverage:
14
15
format-backend:
16
poetry run ruff check . --fix
17
- poetry run black .
+ poetry run ruff format .
18
19
format-frontend:
20
npm run format
@@ -23,7 +23,7 @@ format: format-backend format-frontend
23
24
lint-backend:
25
poetry run ruff check .
26
- poetry run black --check --diff .
+ poetry run ruff format --check .
27
28
lint-frontend:
29
npm run lint
0 commit comments