Skip to content

Commit 8827b33

Browse files
amilcarlucascclauss
andcommitted
fix(ruff.yml): Use the pyproject.toml file
Co-authored-by: Christian Clauss <[email protected]>
1 parent 463cfe3 commit 8827b33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ruff.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131

3232
- name: Lint with Ruff
3333
uses: astral-sh/ruff-action@v3
34+
with:
35+
version-file: pyproject.toml
3436

3537
- name: Check format with Ruff
3638
uses: astral-sh/ruff-action@v3
3739
with:
40+
version-file: pyproject.toml
3841
args: format --check

0 commit comments

Comments
 (0)