Skip to content

Commit a748bfa

Browse files
committed
Add PLC0414 error code as well
1 parent 49f2b7a commit a748bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
pip install ruff
1717
# Update output format to enable automatic inline annotations.
1818
- name: Run Ruff
19-
run: ruff check --output-format=github --select F822 .
19+
run: ruff check --output-format=github --select F822,PLC0414 .

0 commit comments

Comments
 (0)