Apply RUF022 (sorted __all__)

This commit is contained in:
Andrej730
2025-08-08 16:24:20 +05:00
parent 858e8743ba
commit 36b86bbb54
8 changed files with 56 additions and 55 deletions
+1
View File
@@ -48,6 +48,7 @@ select = [
"FA", # future annotations
"UP", # pyupgrade
"RUF015", # next() > list_comprehension[0]
"RUF022", # sort __all__
]
ignore = [
"FA100", # Conflicts with Blender using annotations for props definitions.