From bf7f76122d2118b476be967fc1b6bb4746a84f0f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:29:09 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.3.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.18.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.18.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 eaa1168..e41b67e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: check-added-large-files exclude: ^fig/ @@ -26,7 +26,7 @@ repos: files: ^(_episodes|code|README.md|setup.md) - repo: https://github.com/codespell-project/codespell - rev: "v2.2.2" + rev: "v2.3.0" hooks: - id: codespell args: ["-I", "codespell.txt"] @@ -34,7 +34,7 @@ repos: # === END CENTRALLY MAINTAINED FILE === - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: [black==22.6.0]