From 5a1644d9b250235d18a06b42967e9a496b129e4c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:31:09 +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: 5.13.2 → 6.0.1](https://github.com/pycqa/isort/compare/5.13.2...6.0.1) - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.1.0](https://github.com/psf/black-pre-commit-mirror/compare/24.8.0...25.1.0) - [github.com/tcort/markdown-link-check: v3.12.2 → v3.13.7](https://github.com/tcort/markdown-link-check/compare/v3.12.2...v3.13.7) --- .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 2668a73..405c7f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,11 +31,11 @@ repos: hooks: - id: flynt - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.8.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/Lucas-C/pre-commit-hooks @@ -52,7 +52,7 @@ repos: args: ["--in-place"] - repo: https://github.com/tcort/markdown-link-check - rev: v3.12.2 + rev: v3.13.7 hooks: - id: markdown-link-check # We have to treat 403 as success, because some sites have ddos protection. So we just need to manually check those