Skip to content

Commit 55e56da

Browse files
build(deps): update dependency ruff to v0.5.2 (#658)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 589a17b commit 55e56da

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.7.1
6565
endif
6666
pipx install --force pyproject-fmt==2.1.4
67-
pipx install --force ruff==0.5.1
67+
pipx install --force ruff==0.5.2
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.7.1
6767
endif
6868
pipx install --force pyproject-fmt==2.1.4
69-
pipx install --force ruff==0.5.1
69+
pipx install --force ruff==0.5.2
7070
pipx install --force watchfiles==0.22.0
7171

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

0 commit comments

Comments
 (0)