We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2976a commit 2e638e1Copy full SHA for 2e638e1
backend/infrahub/core/schema/schema_branch.py
@@ -1136,7 +1136,7 @@ def process_dropdowns(self) -> None:
1136
self.set(name=name, schema=node)
1137
1138
def process_labels(self) -> None:
1139
- def check_if_need_to_update_label(node) -> bool:
+ def check_if_need_to_update_label(node: MainSchemaTypes) -> bool:
1140
if not node.label:
1141
return True
1142
for item in node.relationships + node.attributes:
pyproject.toml
@@ -328,7 +328,6 @@ disable_error_code = [
328
"assignment",
329
"attr-defined",
330
"index",
331
- "no-untyped-def",
332
"operator",
333
"return-value",
334
"union-attr",
0 commit comments