Skip to content

Commit 3cfb59d

Browse files
committed
fix(ci): ruff format does not support --extend-exclude, use --exclude instead
1 parent 7c6865c commit 3cfb59d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- uses: astral-sh/ruff-action@v4.0.0
2727
with:
2828
version: 0.15.14
29-
args: format --check --extend-exclude testdata
29+
args: format --check --exclude testdata

0 commit comments

Comments
 (0)