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 1e12ef9 + b576a2d commit 2ed711bCopy full SHA for 2ed711b
infrahub_sdk/ctl/generator.py
@@ -18,7 +18,7 @@ async def run(
18
list_available: bool,
19
branch: Optional[str] = None,
20
variables: Optional[list[str]] = None,
21
-): # pylint: disable=unused-argument
+) -> None: # pylint: disable=unused-argument
22
repository_config = get_repository_config(Path(config.INFRAHUB_REPO_CONFIG_FILE))
23
24
if list_available:
pyproject.toml
@@ -161,7 +161,6 @@ disable_error_code = [
161
module = "infrahub_sdk.ctl.generator"
162
disable_error_code = [
163
"attr-defined",
164
- "no-untyped-def",
165
]
166
167
[[tool.mypy.overrides]]
0 commit comments