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 @@ -68,7 +68,7 @@ prerequisites:
6868 pipx list --short | grep -q " pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0
6969 pipx list --short | grep -q " pyproject-fmt 2.6.0" || pipx install --force pyproject-fmt==2.6.0
7070 pipx list --short | grep -q " ruff 0.12.3" || pipx install --force ruff==0.12.3
71- pipx list --short | grep -q " watchfiles 1.1.0 " || pipx install --force watchfiles==1.1.0
71+ pipx list --short | grep -q " watchfiles 1.1.1 " || pipx install --force watchfiles==1.1.1
7272
7373# #######################################################################################
7474# Lint and pre-commit
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ prerequisites:
7474 pipx list --short | grep -q "pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0
7575 pipx list --short | grep -q "pyproject-fmt 2.6.0" || pipx install --force pyproject-fmt==2.6.0
7676 pipx list --short | grep -q "ruff 0.12.3" || pipx install --force ruff==0.12.3
77- pipx list --short | grep -q "watchfiles 1.1.0 " || pipx install --force watchfiles==1.1.0
77+ pipx list --short | grep -q "watchfiles 1.1.1 " || pipx install --force watchfiles==1.1.1
7878
7979########################################################################################
8080# Lint and pre-commit
You can’t perform that action at this time.
0 commit comments