Skip to content

Commit 9d3f6b1

Browse files
build(deps): update dependency pre-commit to v4.5.0
1 parent 2d15ff1 commit 9d3f6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ prerequisites:
6363
pipx list --short | grep -q "check-jsonschema 0.31.1" || pipx install --force check-jsonschema==0.31.1
6464
pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1
6565
pipx list --short | grep -q "pdm 2.22.3" || pipx install --force pdm==2.22.3
66-
pipx list --short | grep -q "pre-commit 4.1.0" || pipx install --force pre-commit==4.1.0
66+
pipx list --short | grep -q "pre-commit 4.5.0" || pipx install --force pre-commit==4.5.0
6767
pipx list --short | grep -q "pyproject-fmt 2.5.0" || pipx install --force pyproject-fmt==2.5.0
6868
pipx list --short | grep -q "ruff 0.9.4" || pipx install --force ruff==0.9.4
6969
pipx list --short | grep -q "watchfiles 1.0.4" || pipx install --force watchfiles==1.0.4

0 commit comments

Comments
 (0)