Skip to content

Commit 961be0c

Browse files
Specific check for trailing whitespaces
1 parent 4a299d7 commit 961be0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
- name: Install Ruff
6969
run: pip install ruff
7070
- name: Run Ruff
71-
run: ruff check .
71+
run: ruff check --select=W291

0 commit comments

Comments
 (0)