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 5a1155e commit 6d57715Copy full SHA for 6d57715
.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 .
+ run: ruff check --output-format=github --select F822,PLC0414 .
0 commit comments