Bump ruff and ty

This commit is contained in:
Andrej730
2026-09-09 15:22:27 +05:00
parent 509b0f7f76
commit b76a25e553
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -127,6 +127,8 @@ no-matching-overload = "ignore"
not-subscriptable = "ignore"
unsupported-dynamic-base = "ignore"
unsupported-operator = "ignore"
redundant-condition = "ignore"
redundant-condition-strict = "ignore"
# `@persistent` is incorrectly annotated as `Any` in fake-bpy, needs to be resolved upstream.
dynamic-function-decorator-return = "ignore"
+2 -2
View File
@@ -1,5 +1,5 @@
black==26.5.1
ruff==0.16.4
ruff==0.16.6
poethepoet
ty==0.0.74
ty==0.0.79
gersemi==0.28.1