Skip to content

Commit b5b3a44

Browse files
build(deps): update dependency ruff to v0.11.6
1 parent b43d160 commit b5b3a44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ prerequisites:
6767
pipx list --short | grep -q "pdm 2.23.1" || pipx install --force pdm==2.23.1
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
70-
pipx list --short | grep -q "ruff 0.11.5" || pipx install --force ruff==0.11.5
70+
pipx list --short | grep -q "ruff 0.11.6" || pipx install --force ruff==0.11.6
7171
pipx list --short | grep -q "watchfiles 1.0.5" || pipx install --force watchfiles==1.0.5
7272

7373
########################################################################################

template/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ prerequisites:
7373
pipx list --short | grep -q "pdm 2.23.1" || pipx install --force pdm==2.23.1
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
76-
pipx list --short | grep -q "ruff 0.11.5" || pipx install --force ruff==0.11.5
76+
pipx list --short | grep -q "ruff 0.11.6" || pipx install --force ruff==0.11.6
7777
pipx list --short | grep -q "watchfiles 1.0.5" || pipx install --force watchfiles==1.0.5
7878

7979
########################################################################################

0 commit comments

Comments
 (0)