diff --git a/pkgs/clan-cli/clan_cli/inventory/classes.py b/pkgs/clan-cli/clan_cli/inventory/classes.py index 754cec604..69b24c7e8 100644 --- a/pkgs/clan-cli/clan_cli/inventory/classes.py +++ b/pkgs/clan-cli/clan_cli/inventory/classes.py @@ -1,4 +1,5 @@ -# DON NOT EDIT THIS FILE MANUALLY. IT IS GENERATED. +# DO NOT EDIT THIS FILE MANUALLY. IT IS GENERATED. +# This file was generated by running `pkgs/clan-cli/clan_cli/inventory/update.sh` # # ruff: noqa: N815 # ruff: noqa: N806 diff --git a/pkgs/classgen/main.py b/pkgs/classgen/main.py index 92c56a65e..fee847ddf 100644 --- a/pkgs/classgen/main.py +++ b/pkgs/classgen/main.py @@ -349,7 +349,8 @@ def run_gen(args: argparse.Namespace) -> None: with args.output.open("w") as f: f.write( - """# DON NOT EDIT THIS FILE MANUALLY. IT IS GENERATED. + """# DO NOT EDIT THIS FILE MANUALLY. IT IS GENERATED. +# This file was generated by running `pkgs/clan-cli/clan_cli/inventory/update.sh` # # ruff: noqa: N815 # ruff: noqa: N806