From c4ad3f7cab7ec3029c2e684c3d8cf831fdabd572 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 18:17:29 +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.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.14.0...v3.21.2) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 3.6.1](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/2.7.2...3.6.1) - [github.com/gitleaks/gitleaks: v8.18.0 → v8.30.0](https://github.com/gitleaks/gitleaks/compare/v8.18.0...v8.30.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.37.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.0...0.37.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.20.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.20.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/23.9.1...26.3.1) - [github.com/pycqa/isort: 5.12.0 → 8.0.1](https://github.com/pycqa/isort/compare/5.12.0...8.0.1) - [github.com/PyCQA/bandit: 1.7.5 → 1.9.4](https://github.com/PyCQA/bandit/compare/1.7.5...1.9.4) --- .pre-commit-config.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f226ff3..a0efd03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -17,15 +17,15 @@ repos: - id: trailing-whitespace - id: pretty-format-json - repo: https://github.com/asottile/pyupgrade - rev: v3.14.0 + rev: v3.21.2 hooks: - id: pyupgrade - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: '2.7.2' + rev: '3.6.1' hooks: - id: editorconfig-checker - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.0 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/jorisroovers/gitlint @@ -41,23 +41,23 @@ repos: # hooks: # - id: check-poetry - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.0 + rev: 0.37.1 hooks: - id: check-github-workflows - id: check-github-actions - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.5.1' + rev: 'v1.20.0' hooks: - id: mypy - - repo: https://github.com/psf/black - rev: 23.9.1 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.1 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 8.0.1 hooks: - id: isort - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.9.4 hooks: - id: bandit