mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 07:49:59 +00:00
Bump tools
This commit is contained in:
@@ -113,6 +113,7 @@ unresolved-attribute = "ignore"
|
||||
invalid-argument-type = "ignore"
|
||||
invalid-method-override = "ignore"
|
||||
invalid-assignment = "ignore"
|
||||
unsound-assignment = "ignore"
|
||||
invalid-parameter-default = "ignore"
|
||||
missing-override-decorator = "ignore"
|
||||
invalid-yield = "ignore"
|
||||
@@ -126,6 +127,8 @@ no-matching-overload = "ignore"
|
||||
not-subscriptable = "ignore"
|
||||
unsupported-dynamic-base = "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]
|
||||
extra-paths = [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
black==26.3.1
|
||||
ruff==0.16.0
|
||||
black==26.5.1
|
||||
ruff==0.16.4
|
||||
poethepoet
|
||||
ty==0.0.72
|
||||
ty==0.0.74
|
||||
gersemi==0.28.0
|
||||
|
||||
Reference in New Issue
Block a user