Skip to content

Commit 5a1155e

Browse files
committed
Add ruff select F822 option [skip ci]
1 parent 193f3e1 commit 5a1155e

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 .
19+
run: ruff check --output-format=github --select F822 .

0 commit comments

Comments
 (0)