We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0364fd commit e91b513Copy full SHA for e91b513
1 file changed
Makefile
@@ -68,7 +68,7 @@ dev: install
68
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
+ pipx list --short | grep -q "check-jsonschema 0.37.0" || pipx install --force check-jsonschema==0.37.0
72
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
0 commit comments