From 6e96edacaa34bffd1b9a4daf2d91b439e0e01fd1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:57: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: c235f5e450b4b84e58d114ed4c589cbf454175a3 → 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d](https://github.com/PyCQA/isort/compare/c235f5e450b4b84e58d114ed4c589cbf454175a3...0a0b7a830386ba6a31c2ec8316849ae4d1b8240d) - [github.com/psf/black: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 → 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b](https://github.com/psf/black/compare/1b2427a2b785cc4aac97c19bb4b9a0de063f9547...8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b) - [github.com/executablebooks/mdformat: 00812cd1850e41aae5c0916645b4b7404f538e8c → ff29be1a1ba8029d9375882aa2c812b62112a593](https://github.com/executablebooks/mdformat/compare/00812cd1850e41aae5c0916645b4b7404f538e8c...ff29be1a1ba8029d9375882aa2c812b62112a593) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02bc6c9..d300819 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,11 @@ repos: - id: python-use-type-annotations - id: python-check-blanket-noqa - repo: https://github.com/PyCQA/isort - rev: c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2 + rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # frozen: 6.0.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0 + rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -30,7 +30,7 @@ repos: hooks: - id: docformatter - repo: https://github.com/executablebooks/mdformat - rev: 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19 + rev: ff29be1a1ba8029d9375882aa2c812b62112a593 # frozen: 0.7.22 hooks: - id: mdformat files: 'README.md'