0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

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

This commit is contained in:
2025-04-09 12:32:05 +02:00
committed by wyzula-jan
parent 20a1c5ddb3
commit d1712552ff
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# This file was automatically generated by generate_cli.py
# type: ignore
from __future__ import annotations

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