From 82a6c19759b1dd0ff4360a5b262ca7db66361c17 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:07:08 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.8.3](https://github.com/rbubley/mirrors-prettier/compare/v3.5.3...v3.8.3) - [github.com/streetsidesoftware/cspell-cli: v9.0.1 → v10.0.0](https://github.com/streetsidesoftware/cspell-cli/compare/v9.0.1...v10.0.0) - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.4](https://github.com/pappasam/toml-sort/compare/v0.24.2...v0.24.4) - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.7.1](https://github.com/tox-dev/tox-ini-fmt/compare/1.5.0...1.7.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.15.15](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.12...v0.15.15) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...26.5.1) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.16.0...v2.1.0) - [github.com/RobertCraigie/pyright-python: v1.1.401 → v1.1.409](https://github.com/RobertCraigie/pyright-python/compare/v1.1.401...v1.1.409) - [github.com/pycqa/pylint: v3.3.7 → v4.0.5](https://github.com/pycqa/pylint/compare/v3.3.7...v4.0.5) - [github.com/jendrikseipp/vulture: v2.14 → v2.16](https://github.com/jendrikseipp/vulture/compare/v2.14...v2.16) --- .pre-commit-config.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce31217..b1a647a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,18 +14,18 @@ repos: - id: check-useless-excludes - repo: https://github.com/rbubley/mirrors-prettier # keep it before yamllint - rev: v3.5.3 + rev: v3.8.3 hooks: - id: prettier - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.0.1 + rev: v10.0.0 hooks: - id: cspell # entry: codespell --relative args: [--relative, --no-progress, --no-summary] name: Spell check with cspell - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -36,32 +36,32 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.4 hooks: - id: toml-sort-fix alias: toml - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.5.0 + rev: 1.7.1 hooks: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.12 + rev: v0.15.15 hooks: - id: ruff args: @@ -70,12 +70,12 @@ repos: types_or: [python, pyi] # - id: ruff-format # must be after ruff # types_or: [python, pyi] - - repo: https://github.com/psf/black # must be after ruff - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror # must be after ruff + rev: 26.5.1 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.0 + rev: v2.1.0 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -84,14 +84,14 @@ repos: - pytest>=6.1.2 - enrich>=1.2.5 - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.401 + rev: v1.1.409 hooks: - id: pyright additional_dependencies: - pytest>=6.1.2 - enrich>=1.2.5 - repo: https://github.com/pycqa/pylint - rev: v3.3.7 + rev: v4.0.5 hooks: - id: pylint additional_dependencies: @@ -100,7 +100,7 @@ repos: - typing - typing-extensions - repo: https://github.com/jendrikseipp/vulture - rev: v2.14 + rev: v2.16 hooks: - id: vulture - # keep at bottom as these are slower