Skip to content

Commit 08b459a

Browse files
committed
Connect to ruff.toml
1 parent 628243a commit 08b459a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ruff.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
run: pip install ruff
2222

2323
- name: Run Ruff format check
24-
run: ruff format --check .
24+
run: ruff format --check --config=ruff.toml .
2525

2626
- name: Run Ruff linting
27-
run: ruff check .
28-
27+
run: ruff check --config=ruff.toml .

0 commit comments

Comments
 (0)