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 6b4e92c commit a92f640Copy full SHA for a92f640
.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 --select F822,PLC0414 .
+ run: ruff check --output-format=github --select F822,PLC0414,RUF022 --preview .
0 commit comments