File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161
6262# Install standalone tools
6363prerequisites :
64- pipx list --short | grep -q " check-jsonschema 0.33.2 " || pipx install --force check-jsonschema==0.33.2
64+ pipx list --short | grep -q " check-jsonschema 0.35.0 " || pipx install --force check-jsonschema==0.35.0
6565 pipx list --short | grep -q " codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
6666 pipx list --short | grep -q " copier 9.8.0" || pipx install --force copier==9.8.0
6767 pipx list --short | grep -q " pdm 2.25.4" || pipx install --force pdm==2.25.4
Original file line number Diff line number Diff line change 6565
6666# Install standalone tools
6767prerequisites:
68- pipx list --short | grep -q "check-jsonschema 0.33.2 " || pipx install --force check-jsonschema==0.33.2
68+ pipx list --short | grep -q "check-jsonschema 0.35.0 " || pipx install --force check-jsonschema==0.35.0
6969 pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
7070{% if project_name == "Serious Scaffold Python" %}
7171 pipx list --short | grep -q "copier 9.8.0" || pipx install --force copier==9.8.0
You can’t perform that action at this time.
0 commit comments