mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Bump ty
Dropping `conflicting-argument-forms` rule as it was removed in ty 0.0.49.
This commit is contained in:
+1
-2
@@ -5,7 +5,7 @@ dependencies = [
|
||||
"black==26.3.1",
|
||||
"ruff==0.15.12",
|
||||
"poethepoet",
|
||||
"ty==0.0.32",
|
||||
"ty==0.0.59",
|
||||
"gersemi==0.26.1",
|
||||
]
|
||||
|
||||
@@ -159,7 +159,6 @@ unused-awaitable = "error"
|
||||
# Function argument rules:
|
||||
# Conflicts with `ifcopenshell.api.geometry.add_representation` type of callables we have, confusing them with a module.
|
||||
# call-non-callable = "error"
|
||||
conflicting-argument-forms = "error"
|
||||
# Too many false positives.
|
||||
# invalid-argument-type = "error"
|
||||
missing-argument = "error"
|
||||
|
||||
Reference in New Issue
Block a user