Skip to content

Commit

Permalink
chore(deps): update dependency pre-commit to v3.7.0 (#425)
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 Mar 25, 2024
1 parent 492699e commit 72dfa6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN pipx install pdm==2.12.4
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
pipx install pre-commit==3.5.0; \
else \
pipx install pre-commit==3.6.2; \
pipx install pre-commit==3.7.0; \
fi

# Create a non-root user with sudo permission
Expand Down
2 changes: 1 addition & 1 deletion template/.devcontainer/Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN pipx install pdm==2.12.4
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
pipx install pre-commit==3.5.0; \
else \
pipx install pre-commit==3.6.2; \
pipx install pre-commit==3.7.0; \
fi

# Create a non-root user with sudo permission
Expand Down

0 comments on commit 72dfa6c

Please sign in to comment.