Skip to content

Commit 4655cd3

Browse files
build(deps): update dependency ruff to v0.5.6 (#685)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 5641468 commit 4655cd3

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
@@ -64,7 +64,7 @@ else
6464
pipx install --force pre-commit==3.8.0
6565
endif
6666
pipx install --force pyproject-fmt==2.2.1
67-
pipx install --force ruff==0.5.5
67+
pipx install --force ruff==0.5.6
6868
pipx install --force watchfiles==0.22.0
6969

7070
########################################################################################

template/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ else
6666
pipx install --force pre-commit==3.8.0
6767
endif
6868
pipx install --force pyproject-fmt==2.2.1
69-
pipx install --force ruff==0.5.5
69+
pipx install --force ruff==0.5.6
7070
pipx install --force watchfiles==0.22.0
7171

7272
########################################################################################

0 commit comments

Comments
 (0)