Skip to content

Commit 8c1a37a

Browse files
committed
ci(ruff): use ruff check
warning: `ruff <path>` is deprecated. Use `ruff check <path>` instead. See also: https://github.com/astral-sh/ruff/blob/v0.3.0/CHANGELOG.md
1 parent ff4d62c commit 8c1a37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: Install python dependencies
5656
run: poetry install --with=test,coverage,lint
5757

58-
- name: Lint with ruff .
59-
run: poetry run ruff .
58+
- name: Lint with ruff check .
59+
run: poetry run ruff check .
6060

6161
- name: Format with ruff
6262
run: poetry run ruff format . --check

0 commit comments

Comments
 (0)