Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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