We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc1e26 commit f49420fCopy full SHA for f49420f
.gitignore
@@ -167,3 +167,6 @@ internal/
167
# Temporary files
168
.ui_checksum_cache
169
selected_activities.json
170
+
171
+# Development helper scripts
172
+run_in_env.sh
hooks/post_gen_project.py
@@ -164,7 +164,8 @@ def setup_pre_commit(optional=True):
164
165
166
def main():
- \"\"\"Main function to handle post-generation setup.\"\"\"\n base_path = os.getcwd()
+ """Main function to handle post-generation setup."""
+ base_path = os.getcwd()
init_flag_path = os.path.join(base_path, ".initialized")
# Check if the project has been initialized before
0 commit comments