Skip to content

Commit 300f690

Browse files
committed
ci(ruff): use ruff check (ruff 0.3.0)
warning: `ruff <path>` is deprecated. Use `ruff check <path>` instead.
1 parent a43bc5e commit 300f690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
run: |
5151
poetry install --with=test,coverage,lint
5252
53-
- name: Lint with ruff
54-
run: poetry run ruff .
53+
- name: Lint with ruff check
54+
run: poetry run ruff check .
5555

56-
- name: Format with ruff
56+
- name: Format with ruff format
5757
run: poetry run ruff format . --check
5858

5959
- name: Lint with mypy

0 commit comments

Comments
 (0)