Skip to content

Commit baf0099

Browse files
build(deps): update dependency ruff to v0.6.3 (#710)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent ec7bd9c commit baf0099

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.6.2
67+
pipx install --force ruff==0.6.3
6868
pipx install --force watchfiles==0.23.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.6.2
69+
pipx install --force ruff==0.6.3
7070
pipx install --force watchfiles==0.23.0
7171

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

0 commit comments

Comments
 (0)