diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a9c54402..660d696a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 diff --git a/README.md b/README.md index 4776ad7a..51105587 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/dev/dev-env.md b/docs/dev/dev-env.md index 5ac95546..339a02be 100644 --- a/docs/dev/dev-env.md +++ b/docs/dev/dev-env.md @@ -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 diff --git a/includes/sample.jinja b/includes/sample.jinja index 5c73b342..d867426c 100644 --- a/includes/sample.jinja +++ b/includes/sample.jinja @@ -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 diff --git a/template/.devcontainer/Dockerfile.jinja b/template/.devcontainer/Dockerfile.jinja index 8f9c406b..2c7a4372 100644 --- a/template/.devcontainer/Dockerfile.jinja +++ b/template/.devcontainer/Dockerfile.jinja @@ -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 diff --git a/template/docs/dev/dev-env.md b/template/docs/dev/dev-env.md index 5ac95546..339a02be 100644 --- a/template/docs/dev/dev-env.md +++ b/template/docs/dev/dev-env.md @@ -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