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.32.1 " || pipx install --force check-jsonschema==0.32.1
64+ pipx list --short | grep -q " check-jsonschema 0.33.0 " || pipx install --force check-jsonschema==0.33.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.6.0" || pipx install --force copier==9.6.0
6767 pipx list --short | grep -q " pdm 2.23.0" || pipx install --force pdm==2.23.0
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.32.1 " || pipx install --force check-jsonschema==0.32.1
68+ pipx list --short | grep -q "check-jsonschema 0.33.0 " || pipx install --force check-jsonschema==0.33.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.6.0" || pipx install --force copier==9.6.0
You can’t perform that action at this time.
0 commit comments