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.
2 parents b7bac04 + 2e638e1 commit 80c146bCopy full SHA for 80c146b
backend/infrahub/core/schema/schema_branch.py
@@ -1137,7 +1137,7 @@ def process_dropdowns(self) -> None:
1137
self.set(name=name, schema=node)
1138
1139
def process_labels(self) -> None:
1140
- def check_if_need_to_update_label(node) -> bool:
+ def check_if_need_to_update_label(node: MainSchemaTypes) -> bool:
1141
if not node.label:
1142
return True
1143
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