mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Bump ruff and ty
This commit is contained in:
@@ -127,6 +127,8 @@ no-matching-overload = "ignore"
|
|||||||
not-subscriptable = "ignore"
|
not-subscriptable = "ignore"
|
||||||
unsupported-dynamic-base = "ignore"
|
unsupported-dynamic-base = "ignore"
|
||||||
unsupported-operator = "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.
|
# `@persistent` is incorrectly annotated as `Any` in fake-bpy, needs to be resolved upstream.
|
||||||
dynamic-function-decorator-return = "ignore"
|
dynamic-function-decorator-return = "ignore"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
black==26.5.1
|
black==26.5.1
|
||||||
ruff==0.16.4
|
ruff==0.16.6
|
||||||
poethepoet
|
poethepoet
|
||||||
ty==0.0.74
|
ty==0.0.79
|
||||||
gersemi==0.28.1
|
gersemi==0.28.1
|
||||||
|
|||||||
Reference in New Issue
Block a user