Skip to content

Commit

Permalink
chore(deps): update dependency pre-commit to v4 (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] authored Oct 10, 2024
1 parent 1b988d9 commit d0abec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clean:
# Install standalone tools
prerequisites:
pipx install --force copier==9.3.1
pipx install --force pre-commit==3.8.0
pipx install --force pre-commit==4.0.0
pipx install --force watchfiles==0.24.0

########################################################################################
Expand Down
2 changes: 1 addition & 1 deletion template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ prerequisites:
[%- if repo_name == "ss-cpp" %]
pipx install --force copier==9.3.1
[%- endif %]
pipx install --force pre-commit==3.8.0
pipx install --force pre-commit==4.0.0
pipx install --force watchfiles==0.24.0

########################################################################################
Expand Down

0 comments on commit d0abec4

Please sign in to comment.