Skip to content

Commit bdccbe6

Browse files
committed
adjust ruff workflow to use isort-like checks
1 parent 4acd8e1 commit bdccbe6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruff.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Check Ruff Linting
1818
uses: astral-sh/ruff-action@v3
1919
with:
20-
version: "0.15.2"
21-
args: "check"
20+
version: "0.15.7"
21+
args: "check --select I"
2222

2323
- name: Check Ruff Formatting
2424
uses: astral-sh/ruff-action@v3
2525
with:
26-
version: "0.15.2"
26+
version: "0.15.7"
2727
args: "format --check --diff"

0 commit comments

Comments
 (0)