File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Via [`pipx`][pipx]:
3131``` console
3232pip install pipx
3333pipx install poetry
34- pipx inject poetry poetry-dynamic-versioning poetry- pre-commit-plugin
34+ pipx inject poetry poetry-pre-commit-plugin
3535```
3636
3737Via ` pip ` :
3838
3939``` console
4040pip install poetry
41- poetry self add poetry-dynamic-versioning poetry- pre-commit-plugin
41+ poetry self add poetry-pre-commit-plugin
4242```
4343
4444## New project creation
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ Via [`pipx`][pipx]:
4949``` console
5050pip install pipx
5151pipx install poetry
52- pipx inject poetry poetry-dynamic-versioning poetry- pre-commit-plugin
52+ pipx inject poetry poetry-pre-commit-plugin
5353```
5454
5555Via ` pip ` :
5656
5757``` console
5858pip install poetry
59- poetry self add poetry-dynamic-versioning poetry- pre-commit-plugin
59+ poetry self add poetry-pre-commit-plugin
6060```
6161
6262### Development tasks
You can’t perform that action at this time.
0 commit comments