We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6f80c commit a81d244Copy full SHA for a81d244
.github/workflows/test-worker.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Lint with Ruff
30
run: |
31
python -m pip install -U ruff
32
- ruff -v --per-file-ignores="__init__.py:F401" .
+ ruff --per-file-ignores="__init__.py:F401" --per-file-ignores="__init__.py:E402" .
33
continue-on-error: true
34
35
- name: Test with pytest
0 commit comments