From 39c777ac59255cf6ec9395f775183b7c63b2a55e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:08:03 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/24.1.1...26.3.1) - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.7.1](https://github.com/tox-dev/tox-ini-fmt/compare/1.3.1...1.7.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.21.2) - [github.com/hadialqattan/pycln: v2.4.0 → v2.6.0](https://github.com/hadialqattan/pycln/compare/v2.4.0...v2.6.0) - [github.com/pycqa/isort: 5.13.2 → 8.0.1](https://github.com/pycqa/isort/compare/5.13.2...8.0.1) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](https://github.com/pycqa/flake8/compare/7.0.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.20.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.20.0) - [github.com/yoheimuta/protolint: v0.47.5 → v0.56.4](https://github.com/yoheimuta/protolint/compare/v0.47.5...v0.56.4) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.30.0](https://github.com/gitleaks/gitleaks/compare/v8.18.2...v8.30.0) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.48.0) - [github.com/adrienverge/yamllint: v1.34.0 → v1.38.0](https://github.com/adrienverge/yamllint/compare/v1.34.0...v1.38.0) - [github.com/rhysd/actionlint: v1.6.26 → v1.7.12](https://github.com/rhysd/actionlint/compare/v1.6.26...v1.7.12) - [github.com/hadolint/hadolint: v2.12.0 → v2.14.0](https://github.com/hadolint/hadolint/compare/v2.12.0...v2.14.0) --- .pre-commit-config.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c7b966..4d8c162 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,10 +24,10 @@ ci: default_language_version: python: python3.10 default_stages: - - commit + - pre-commit repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: trailing-whitespace exclude_types: @@ -64,8 +64,8 @@ repos: args: [--branch, main] # - id: requirements-txt-fixer # - id: file-contents-sorter - - repo: https://github.com/psf/black - rev: 24.1.1 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.1 hooks: - id: black args: [--config=backend/pyproject.toml] @@ -81,30 +81,30 @@ repos: - id: absolufy-imports - repo: https://github.com/tox-dev/tox-ini-fmt - rev: "1.3.1" + rev: "1.7.1" hooks: - id: tox-ini-fmt - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.21.2 hooks: - id: pyupgrade entry: pyupgrade --py39-plus --keep-runtime-typing types: - python - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v2.6.0 hooks: - id: pycln args: [--config=backend/pyproject.toml] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 8.0.1 hooks: - id: isort files: "\\.(py)$" args: [--settings-path=backend/pyproject.toml] - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.3.0 hooks: - id: flake8 args: [--max-line-length=120] @@ -129,7 +129,7 @@ repos: # language: system # exclude: tests/unit/data/|cloud/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.20.0 hooks: - id: mypy name: mypy @@ -140,11 +140,11 @@ repos: types: [python] exclude: tests/unit/data/|cloud/|ci/ - repo: https://github.com/yoheimuta/protolint - rev: v0.47.5 + rev: v0.56.4 hooks: - id: protolint-docker - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.2 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/asottile/yesqa @@ -170,7 +170,7 @@ repos: hooks: - id: htmlhint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.48.0 hooks: - id: markdownlint args: ["--config", "markdownlint.yaml"] @@ -179,17 +179,17 @@ repos: hooks: - id: docformatter - repo: https://github.com/adrienverge/yamllint - rev: v1.34.0 + rev: v1.38.0 hooks: - id: yamllint args: ["--config-file", "yamllint.yaml"] - repo: https://github.com/rhysd/actionlint - rev: v1.6.26 + rev: v1.7.12 hooks: - id: actionlint args: ["--config-file", "actionlint.yaml"] - repo: https://github.com/hadolint/hadolint - rev: v2.12.0 + rev: v2.14.0 hooks: - id: hadolint-docker args: