File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
62
62
# Install standalone tools
63
63
prerequisites :
64
- pipx list --short | grep -q " check-jsonschema 0.31.0 " || pipx install --force check-jsonschema==0.31.0
64
+ pipx list --short | grep -q " check-jsonschema 0.31.1 " || pipx install --force check-jsonschema==0.31.1
65
65
pipx list --short | grep -q " codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
66
66
pipx list --short | grep -q " copier 9.4.1" || pipx install --force copier==9.4.1
67
67
pipx list --short | grep -q " pdm 2.22.3" || pipx install --force pdm==2.22.3
Original file line number Diff line number Diff line change 65
65
66
66
# Install standalone tools
67
67
prerequisites:
68
- pipx list --short | grep -q "check-jsonschema 0.31.0 " || pipx install --force check-jsonschema==0.31.0
68
+ pipx list --short | grep -q "check-jsonschema 0.31.1 " || pipx install --force check-jsonschema==0.31.1
69
69
pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
70
70
{% if project_name == "Serious Scaffold Python" %}
71
71
pipx list --short | grep -q "copier 9.4.1" || pipx install --force copier==9.4.1
You can’t perform that action at this time.
0 commit comments