Skip to content

Commit de20d44

Browse files
committed
MESH-2092 Update use of ruff
1 parent db7ef87 commit de20d44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ black-check:
2121
poetry run black . --check
2222

2323
ruff: black
24-
poetry run ruff --fix --show-fixes .
24+
poetry run ruff check --fix --show-fixes .
2525

2626
ruff-check:
27-
poetry run ruff .
27+
poetry run ruff check .
2828

2929
ruff-ci:
30-
poetry run ruff --output-format=github .
30+
poetry run ruff check --output-format=github .
3131

3232
lint: ruff
3333
npm run lint

0 commit comments

Comments
 (0)