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 49f2b7a commit a748bfaCopy full SHA for a748bfa
.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