Skip to content

Commit 333528f

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 6f4204e commit 333528f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
python -V
3434
poetry run python -V
3535
36-
- name: Lint with ruff
37-
run: poetry run ruff .
36+
- name: Lint with ruff check
37+
run: poetry run ruff check .
3838

39-
- name: Format with ruff
39+
- name: Format with ruff format
4040
run: poetry run ruff format . --check
4141

4242
- name: Lint with mypy

0 commit comments

Comments
 (0)