File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ Thank you for your contributions to this project!
2121``` console
2222git clone https://github.com/JnyJny/python-package-cookiecutter
2323cd python-package-cookiecutter
24- uv sync
24+ uv sync --all-groups
2525```
2626
2727## Testing the Cookiecutter Template
2828
2929``` console
30- pytest
3130poe ruff
31+ pytest
3232```
3333
3434## Testing the Generated Project
@@ -37,14 +37,14 @@ poe ruff
3737poe bake
3838pushd tmp/thing
3939pytest
40- poe ruff
4140popd
4241poe clean
4342```
4443
4544## Documentation
4645
47- Documentation is built using [ MkDocs] ( https://www.mkdocs.org/ ) with the Material theme and deployed to GitHub Pages.
46+ Documentation is built using [ MkDocs] ( https://www.mkdocs.org/ ) with
47+ the Material theme and deployed to GitHub Pages.
4848
4949### Local Development
5050
@@ -70,9 +70,8 @@ poe docs-deploy
7070
7171### Writing Guidelines
7272
73- - Keep lines under 90 columns
73+ - Keep markdown lines under 90 columns
7474- Use end links format instead of embedded URLs
75- - Focus on concrete benefits over marketing language
7675- Include code examples where helpful
7776- Cross-reference related sections
7877- Test all code examples before committing
You can’t perform that action at this time.
0 commit comments