mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 00:23:14 +00:00
Bump tools
This commit is contained in:
@@ -113,6 +113,7 @@ unresolved-attribute = "ignore"
|
|||||||
invalid-argument-type = "ignore"
|
invalid-argument-type = "ignore"
|
||||||
invalid-method-override = "ignore"
|
invalid-method-override = "ignore"
|
||||||
invalid-assignment = "ignore"
|
invalid-assignment = "ignore"
|
||||||
|
unsound-assignment = "ignore"
|
||||||
invalid-parameter-default = "ignore"
|
invalid-parameter-default = "ignore"
|
||||||
missing-override-decorator = "ignore"
|
missing-override-decorator = "ignore"
|
||||||
invalid-yield = "ignore"
|
invalid-yield = "ignore"
|
||||||
@@ -126,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"
|
||||||
|
# `@persistent` is incorrectly annotated as `Any` in fake-bpy, needs to be resolved upstream.
|
||||||
|
dynamic-function-decorator-return = "ignore"
|
||||||
|
|
||||||
[tool.ty.environment]
|
[tool.ty.environment]
|
||||||
extra-paths = [
|
extra-paths = [
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
black==26.3.1
|
black==26.5.1
|
||||||
ruff==0.16.0
|
ruff==0.16.4
|
||||||
poethepoet
|
poethepoet
|
||||||
ty==0.0.72
|
ty==0.0.74
|
||||||
gersemi==0.28.0
|
gersemi==0.28.0
|
||||||
|
|||||||
Reference in New Issue
Block a user