build-all: remove unnecessary quoting from annotations and Union

This commit is contained in:
Andrej730
2026-08-05 12:40:43 +05:00
parent 75a3bf0175
commit ae4f5c92fb
2 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ select = [
ignore = [
"FA100", # Conflicts with Blender using annotations for props definitions.
# Maybe will enable later:
"UP007", # Optional to X | Y
"UP007", # Union[X,Y] to X | Y
"UP045", # Optional to X | None
"UP015", # Unnecessary mode argument
"UP028", # yield for -> yield from