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.5.1" || pipx install --force pyproject-fmt==2.5.1
7070 pipx list --short | grep -q " ruff 0.11.7" || pipx install --force ruff==0.11.7
71- pipx list --short | grep -q " watchfiles 1.0.5 " || pipx install --force watchfiles==1.0.5
71+ pipx list --short | grep -q " watchfiles 1.1.0 " || pipx install --force watchfiles==1.1.0
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.5.1" || pipx install --force pyproject-fmt==2.5.1
7676 pipx list --short | grep -q "ruff 0.11.7" || pipx install --force ruff==0.11.7
77- pipx list --short | grep -q "watchfiles 1.0.5 " || pipx install --force watchfiles==1.0.5
77+ pipx list --short | grep -q "watchfiles 1.1.0 " || pipx install --force watchfiles==1.1.0
7878
7979########################################################################################
8080# Lint and pre-commit
You can’t perform that action at this time.
0 commit comments