From 47288d4559763831925e563c07e97d175ab6dc6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:23:31 +0000 Subject: [PATCH] Chore(deps): Bump the pre-commit-dependencies group with 3 updates Bumps the pre-commit-dependencies group with 3 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/tox-dev/pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) and [https://github.com/AleksaC/hadolint-py](https://github.com/AleksaC/hadolint-py). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.1 to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.1...v0.16.4) Updates `https://github.com/tox-dev/pyproject-fmt` from v2.26.0 to 2.28.1 - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/v2.26.0...v2.28.1) Updates `https://github.com/AleksaC/hadolint-py` from v2.14.0 to 2.15.1 - [Commits](https://github.com/AleksaC/hadolint-py/compare/v2.14.0...v2.15.1) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.4 dependency-type: direct:production dependency-group: pre-commit-dependencies - dependency-name: https://github.com/tox-dev/pyproject-fmt dependency-version: 2.28.1 dependency-type: direct:production dependency-group: pre-commit-dependencies - dependency-name: https://github.com/AleksaC/hadolint-py dependency-version: 2.15.1 dependency-type: direct:production dependency-group: pre-commit-dependencies ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a54d013e7..cc8f197c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,18 +50,18 @@ repos: - 'prettier-plugin-organize-imports@4.3.0' # Python hooks - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.4 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.26.0" + rev: "v2.28.1" hooks: - id: pyproject-fmt additional_dependencies: [tomli] # Dockerfile hooks - repo: https://github.com/AleksaC/hadolint-py - rev: v2.14.0 + rev: v2.15.1 hooks: - id: hadolint # Shell script hooks