Skip to content

Commit a81d244

Browse files
+ Added ruff ignore clause
1 parent fd6f80c commit a81d244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Lint with Ruff
3030
run: |
3131
python -m pip install -U ruff
32-
ruff -v --per-file-ignores="__init__.py:F401" .
32+
ruff --per-file-ignores="__init__.py:F401" --per-file-ignores="__init__.py:E402" .
3333
continue-on-error: true
3434

3535
- name: Test with pytest

0 commit comments

Comments
 (0)