We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1874c commit ef322ffCopy full SHA for ef322ff
1 file changed
Makefile
@@ -69,7 +69,7 @@ dev: install
69
# Install standalone tools
70
prerequisites:
71
pipx list --short | grep -q "check-jsonschema 0.36.0" || pipx install --force check-jsonschema==0.36.0
72
- pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
+ pipx list --short | grep -q "codespell 2.4.2" || pipx install --force codespell[toml]==2.4.2
73
pipx list --short | grep -q "pipenv 2026.0.3" || pipx install --force pipenv==2026.0.3
74
pipx list --short | grep -q "pre-commit 4.5.1" || pipx install --force pre-commit==4.5.1
75
pipx list --short | grep -q "pyproject-fmt 2.11.1" || pipx install --force pyproject-fmt==2.11.1
0 commit comments