We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69680c5 commit b5ce519Copy full SHA for b5ce519
1 file changed
.cursor/rules/python-template.mdc
@@ -41,6 +41,7 @@ task lint # Check code quality
41
## Template Testing
42
43
```bash
44
-uvx --with gitpython cookiecutter . # Generate project
45
-pytest tests/ # Test template
+uvx --with gitpython cookiecutter . --no-input # Generate a default project
+cd $(ls -td * | head -1)
46
+task init test # Test the template
47
```
0 commit comments