Skip to content

Commit f0cfc68

Browse files
committed
Enable __all__ sorting
1 parent 1c9aec7 commit f0cfc68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ select = [
169169
"UP", # pyupgrade
170170
"C4",
171171
"I", # isort
172+
"RUF022", # __all__ sorting
172173
]
173174
extend-select = [
174175
"RUF100", # Warn about unused noqa

0 commit comments

Comments
 (0)