Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74b8fe0

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 0ce9556 commit 74b8fe0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/tests.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
python -V
3131
poetry run python -V
3232
33-
- name: Lint with ruff
34-
run: poetry run ruff .
33+
- name: Lint with ruff check
34+
run: poetry run ruff check .
3535

36-
- name: Format with ruff
36+
- name: Format with ruff format
3737
run: poetry run ruff format . --check
3838

3939
- name: Lint with mypy

0 commit comments

Comments
 (0)