Skip to content

Commit a92f640

Browse files
committed
Add sort check for __all__
1 parent 6b4e92c commit a92f640

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

0 commit comments

Comments
 (0)