This commit is contained in:
Johannes Kirschbauer
2024-07-17 13:21:37 +02:00
parent fc7cc74b10
commit fd6d9f5bec
4 changed files with 11 additions and 22 deletions

View File

@@ -129,6 +129,10 @@ def run_gen(args: argparse.Namespace) -> None:
with open(args.output, "w") as f:
f.write(
"""
# DON NOT EDIT THIS FILE MANUALLY. IT IS GENERATED.
# UPDATE:
# ruff: noqa: N815
# ruff: noqa: N806
from dataclasses import dataclass
from typing import Any\n\n
"""