From 20106f68997a75da432f6dafe56e3d92041ecd2f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:51:53 +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: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.285...v0.15.20) - https://github.com/python/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/23.7.0...26.5.1) - [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/Yelp/detect-secrets: v1.4.0 → v1.5.0](https://github.com/Yelp/detect-secrets/compare/v1.4.0...v1.5.0) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.0...v2.1.0) - [github.com/jsh9/pydoclint: 0.2.4 → 0.9.0](https://github.com/jsh9/pydoclint/compare/0.2.4...0.9.0) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](https://github.com/econchick/interrogate/compare/1.5.0...1.7.0) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 917d1fe..c052586 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ repos: - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.285' + rev: 'v0.15.20' hooks: - id: ruff exclude: test.* args: [--fix, --exit-non-zero-on-fix] - - repo: https://github.com/python/black - rev: 23.7.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black - 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 @@ -37,26 +37,26 @@ repos: args: ["--remove"] - id: requirements-txt-fixer - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets args: ['--baseline', '.secrets.baseline'] additional_dependencies: ["gibberish-detector"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v2.1.0 hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports] exclude: test.* additional_dependencies: ["pydantic", "toml", "types-all"] - repo: https://github.com/jsh9/pydoclint - rev: 0.2.4 + rev: 0.9.0 hooks: - id: pydoclint args: - "--config=pyproject.toml" - repo: https://github.com/econchick/interrogate - rev: 1.5.0 # or master if you're bold + rev: 1.7.0 # or master if you're bold hooks: - id: interrogate exclude: test.*