Skip to content

Commit 25e9bf3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ruff.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
with:
1010
version: "0.11.4"
1111
args: "--version"
12-
- run: ruff check
13-
- run: ruff format --check
12+
- run: ruff check --config pyproject.toml
13+
- run: ruff format --check --config pyproject.toml

0 commit comments

Comments
 (0)