From a2d4789732c1f43a33bccd72335f8350b962f6ae Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:44:22 +0000 Subject: [PATCH] pre-commit: autoupdate hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/talos-systems/conform: v0.1.0-alpha.30 → v0.1.0-alpha.31](https://github.com/talos-systems/conform/compare/v0.1.0-alpha.30...v0.1.0-alpha.31) - [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/igorshubovych/markdownlint-cli: v0.45.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.48.0) - [github.com/pycqa/isort: 7.0.0 → 9.0.0a3](https://github.com/pycqa/isort/compare/7.0.0...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.5.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...26.5.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6faf4eb..ce30f87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,14 +28,14 @@ repos: - id: mixed-line-ending - repo: https://github.com/talos-systems/conform - rev: v0.1.0-alpha.30 + rev: v0.1.0-alpha.31 hooks: - id: conform stages: - commit-msg - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ['--config', '.codespellrc'] @@ -46,7 +46,7 @@ repos: )$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.48.0 hooks: - id: markdownlint - id: markdownlint-fix @@ -58,12 +58,12 @@ repos: args: ["--severity=warning"] - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 9.0.0a3 hooks: - id: isort name: isort (python) - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 26.5.0 hooks: - id: black