From 2be6832f9e9a627dd9e22f3ac5869621fe2d623d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:55:47 +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: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/3e8a8703264a2f4a69428a0aa4dcb512790b2c8c...v6.0.0) - [github.com/psf/black-pre-commit-mirror: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d...26.3.1) - [github.com/asottile/reorder-python-imports: 7885866bd38c852b5e042c4aeef0285d715ffeee → v3.16.0](https://github.com/asottile/reorder-python-imports/compare/7885866bd38c852b5e042c4aeef0285d715ffeee...v3.16.0) - [github.com/pycqa/flake8: c48217e1fc006c2dddd14df54e83b67da15de5cd → 7.3.0](https://github.com/pycqa/flake8/compare/c48217e1fc006c2dddd14df54e83b67da15de5cd...7.3.0) - [github.com/sphinx-contrib/sphinx-lint: c883505f64b59c3c5c9375191e4ad9f98e727ccd → v1.0.2](https://github.com/sphinx-contrib/sphinx-lint/compare/c883505f64b59c3c5c9375191e4ad9f98e727ccd...v1.0.2) --- .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 7e9f121..ef8891d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0 + rev: v6.0.0 # v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -15,20 +15,20 @@ repos: types: [file] # override `types: [json]` files: \.(json|ipynb)$ - repo: https://github.com/psf/black-pre-commit-mirror - rev: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # 26.3.1 + rev: 26.3.1 # 26.3.1 hooks: - id: black - repo: https://github.com/asottile/reorder-python-imports - rev: 7885866bd38c852b5e042c4aeef0285d715ffeee # v3.16.0 + rev: v3.16.0 # v3.16.0 hooks: - id: reorder-python-imports - repo: https://github.com/pycqa/flake8 - rev: c48217e1fc006c2dddd14df54e83b67da15de5cd # 7.3.0 + rev: 7.3.0 # 7.3.0 hooks: - id: flake8 language_version: python3 - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: c883505f64b59c3c5c9375191e4ad9f98e727ccd # v1.0.2 + rev: v1.0.2 # v1.0.2 hooks: - id: sphinx-lint types: [rst]