Skip to content

Commit

Permalink
chore(deps): update dependency pre-commit to v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] committed May 13, 2024
1 parent 0dc3b79 commit d0f21b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN pipx install pdm==2.15.1
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
pipx install pre-commit==3.5.0; \
else \
pipx install pre-commit==3.7.0; \
pipx install pre-commit==3.7.1; \
fi

# Create a non-root user with sudo permission
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pipx install copier==9.2.0
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
pipx install pdm==2.15.1
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.0
pipx install pre-commit==3.7.1
```

## 🚀 Quickstart
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/dev-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Using `pipx` for management is recommended and you can find pipx's installation
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
pipx install pdm==2.15.1
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.0
pipx install pre-commit==3.7.1
```

## Setup
Expand Down
2 changes: 1 addition & 1 deletion includes/sample.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipx install copier==9.2.0
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
pipx install pdm==2.15.1
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.0
pipx install pre-commit==3.7.1
```

## 🚀 Quickstart
Expand Down
2 changes: 1 addition & 1 deletion template/.devcontainer/Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN pipx install pdm==2.15.1
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
pipx install pre-commit==3.5.0; \
else \
pipx install pre-commit==3.7.0; \
pipx install pre-commit==3.7.1; \
fi

# Create a non-root user with sudo permission
Expand Down
2 changes: 1 addition & 1 deletion template/docs/dev/dev-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Using `pipx` for management is recommended and you can find pipx's installation
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
pipx install pdm==2.15.1
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.0
pipx install pre-commit==3.7.1
```

## Setup
Expand Down

0 comments on commit d0f21b2

Please sign in to comment.