Skip to content

Commit 557d0ba

Browse files
chore(deps): update dependency pre-commit to v4.3.0 (#558)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 9589f18 commit 557d0ba

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
@@ -26,7 +26,7 @@ clean:
2626
# Install standalone tools
2727
prerequisites:
2828
pipx install --force copier==9.10.2
29-
pipx install --force pre-commit==4.2.0
29+
pipx install --force pre-commit==4.3.0
3030
pipx install --force watchfiles==1.1.0
3131

3232
########################################################################################

template/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ prerequisites:
3030
[%- if repo_name == "ss-cpp" %]
3131
pipx install --force copier==9.10.2
3232
[%- endif %]
33-
pipx install --force pre-commit==4.2.0
33+
pipx install --force pre-commit==4.3.0
3434
pipx install --force watchfiles==1.1.0
3535

3636
########################################################################################

0 commit comments

Comments
 (0)