fix(cli): add type ignore comment to generated files

This commit is contained in:
2025-04-11 10:45:28 +02:00
committed by wyzula_j
co-authored by wyzula_j
parent 20a1c5ddb3
commit d1712552ff
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
# This file was automatically generated by generate_cli.py
# type: ignore
from __future__ import annotations
+2 -1
View File
@@ -44,7 +44,8 @@ from typing import Literal, Optional
if self._base
else "\n"
)
self.header = f"""# This file was automatically generated by generate_cli.py\n
self.header = f"""# This file was automatically generated by generate_cli.py
# type: ignore \n
from __future__ import annotations
{base_imports}
from bec_lib.logger import bec_logger