Skip to content

Commit

Permalink
Update dependency pre-commit to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 4d94782 commit 81bf6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python-dev-requirements:

pre-commit-validate:
# renovate: datasource=pypi depName=pre-commit
ARG PRE_COMMIT_VERSION=3.5.0
ARG PRE_COMMIT_VERSION=4.0.1
FROM +python-requirements
WORKDIR /usr/src/app
RUN pip install --no-cache-dir pre-commit==$PRE_COMMIT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==24.8.0
flake8==6.1.0
isort==5.13.2
pre-commit==3.5.0
pre-commit==4.0.1
pytest==7.4.4
pyyaml==6.0.2
yamllint==1.35.1

0 comments on commit 81bf6ca

Please sign in to comment.