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 efd745c commit 49f2b7aCopy full SHA for 49f2b7a
.github/workflows/ruff.yml
@@ -16,4 +16,4 @@ jobs:
16
pip install ruff
17
# Update output format to enable automatic inline annotations.
18
- name: Run Ruff
19
- run: ruff check --output-format=github .
+ run: ruff check --output-format=github --select F822 .
0 commit comments