Skip to content

Commit e8b5e14

Browse files
eigenwijsjethibaudcolas
authored andcommitted
Use ruff for linting and formatting
1 parent 04370f4 commit e8b5e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-coverage:
1414

1515
format-backend:
1616
poetry run ruff check . --fix
17-
poetry run black .
17+
poetry run ruff format .
1818

1919
format-frontend:
2020
npm run format
@@ -23,7 +23,7 @@ format: format-backend format-frontend
2323

2424
lint-backend:
2525
poetry run ruff check .
26-
poetry run black --check --diff .
26+
poetry run ruff format --check .
2727

2828
lint-frontend:
2929
npm run lint

0 commit comments

Comments
 (0)