Skip to content

Commit 30a44bb

Browse files
committed
refactor: load pyproject ruff config for github action
1 parent d703792 commit 30a44bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ruff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
version: "0.11.4"
1111
args: "--version"
1212
- run: ruff check
13-
- run: ruff format --check
13+
- run: ruff format --check --config pyproject.toml

0 commit comments

Comments
 (0)