From 32fddc2a090f1706d0ba3768ca70dad2b710c8dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:45:38 +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/PyCQA/isort: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc → ec0efaee4acfce198521e43caa3029b06cedd64a](https://github.com/PyCQA/isort/compare/c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc...ec0efaee4acfce198521e43caa3029b06cedd64a) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b → fe95161893684893d68b1225356702ca71f8d388](https://github.com/psf/black-pre-commit-mirror/compare/8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b...fe95161893684893d68b1225356702ca71f8d388) - [github.com/pre-commit/pre-commit-hooks: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b → 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c](https://github.com/pre-commit/pre-commit-hooks/compare/cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b...3e8a8703264a2f4a69428a0aa4dcb512790b2c8c) - [github.com/pre-commit/mirrors-mypy: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a → 9f70dc58c23dfcca1b97af99eaeee3140a807c7e](https://github.com/pre-commit/mirrors-mypy/compare/0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a...9f70dc58c23dfcca1b97af99eaeee3140a807c7e) --- .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 0f3a704..9fc7194 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,15 +28,15 @@ repos: files: '^src/.+\.py$' args: ['--never', '--application-directories', 'src'] - repo: https://github.com/PyCQA/isort - rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1 + rev: ec0efaee4acfce198521e43caa3029b06cedd64a # frozen: 6.1.0 hooks: - id: isort -- repo: https://github.com/psf/black - rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0 + rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0 hooks: - id: check-yaml - repo: https://github.com/pre-commit/pygrep-hooks @@ -54,7 +54,7 @@ repos: - flake8-builtins - flake8-comprehensions - repo: https://github.com/pre-commit/mirrors-mypy - rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1 + rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2 hooks: - id: mypy args: ["--scripts-are-modules"]