From ab2e8b6f4028545978fab18ff78b2476853144e5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:36:41 +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/executablebooks/mdformat: ff29be1a1ba8029d9375882aa2c812b62112a593 → 2d496dbc18e31b83a1596685347ffe0b6041daf0](https://github.com/executablebooks/mdformat/compare/ff29be1a1ba8029d9375882aa2c812b62112a593...2d496dbc18e31b83a1596685347ffe0b6041daf0) - [github.com/PyCQA/isort: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc → a333737ed43df02b18e6c95477ea1b285b3de15a](https://github.com/PyCQA/isort/compare/c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc...a333737ed43df02b18e6c95477ea1b285b3de15a) - [github.com/psf/black-pre-commit-mirror: fe95161893684893d68b1225356702ca71f8d388 → fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d](https://github.com/psf/black-pre-commit-mirror/compare/fe95161893684893d68b1225356702ca71f8d388...fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d) - [github.com/pre-commit/mirrors-mypy: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e → 0f369d245750787ce34997d464ed9605391a5283](https://github.com/pre-commit/mirrors-mypy/compare/9f70dc58c23dfcca1b97af99eaeee3140a807c7e...0f369d245750787ce34997d464ed9605391a5283) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2ca23c..e4fd283 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/executablebooks/mdformat - rev: ff29be1a1ba8029d9375882aa2c812b62112a593 # frozen: 0.7.22 + rev: 2d496dbc18e31b83a1596685347ffe0b6041daf0 # frozen: 1.0.0 hooks: - id: mdformat additional_dependencies: @@ -14,11 +14,11 @@ repos: - flake8-builtins - flake8-comprehensions - repo: https://github.com/PyCQA/isort - rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1 + rev: a333737ed43df02b18e6c95477ea1b285b3de15a # frozen: 8.0.1 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0 + rev: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # frozen: 26.3.1 hooks: - id: black - repo: https://github.com/hukkin/docformatter @@ -44,7 +44,7 @@ repos: - flake8-builtins - flake8-comprehensions - repo: https://github.com/pre-commit/mirrors-mypy - rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2 + rev: 0f369d245750787ce34997d464ed9605391a5283 # frozen: v1.20.1 hooks: - id: mypy args: ["--scripts-are-modules"]