Skip to content

Commit

Permalink
build(deps): update dependency pre-commit to v4.0.1 (#753)
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 14, 2024
1 parent 999bf00 commit c796c5f
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 @@ -61,7 +61,7 @@ prerequisites:
ifeq ($(PIPX_PYTHON_VERSION), 3.8)
pipx install --force pre-commit==3.5.0
else
pipx install --force pre-commit==4.0.0
pipx install --force pre-commit==4.0.1
endif
pipx install --force pyproject-fmt==2.3.0
pipx install --force ruff==0.6.9
Expand Down
2 changes: 1 addition & 1 deletion template/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ prerequisites:
ifeq ($(PIPX_PYTHON_VERSION), 3.8)
pipx install --force pre-commit==3.5.0
else
pipx install --force pre-commit==4.0.0
pipx install --force pre-commit==4.0.1
endif
pipx install --force pyproject-fmt==2.3.0
pipx install --force ruff==0.6.9
Expand Down

0 comments on commit c796c5f

Please sign in to comment.