Skip to content

Commit fb90ec9

Browse files
committed
Fix ruff arguments
1 parent 8ee9152 commit fb90ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Check formatting with Ruff
2727
uses: astral-sh/ruff-action@v3
2828
with:
29-
args: --check exclude docs,tests
29+
args: check exclude docs,tests
3030

3131
- name: Install package and its dependencies
3232
run: pip install --editable .[dev,idxml]

0 commit comments

Comments
 (0)