From 76ae2f7fe6fb51ac0a297d62e23637f20ca76b5d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 05:57:58 +0000 Subject: [PATCH] fix: resolve CI linting and type checking errors --- scaffoldforge/templates/python/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 scaffoldforge/templates/python/__init__.py diff --git a/scaffoldforge/templates/python/__init__.py b/scaffoldforge/templates/python/__init__.py new file mode 100644 index 0000000..a77ea14 --- /dev/null +++ b/scaffoldforge/templates/python/__init__.py @@ -0,0 +1 @@ +"""Python templates for ScaffoldForge."""