From caafcb0743814a16fe9393976d7343c754311ce8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:59:19 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#2) 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.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.5) - [github.com/asottile/blacken-docs: v1.12.1 → 1.14.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.14.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 7f84e08..0dbcce1 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.4.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -25,7 +25,7 @@ repos: files: ^(_episodes|code|README.md|setup.md) - repo: https://github.com/codespell-project/codespell - rev: "v2.2.2" + rev: "v2.2.5" hooks: - id: codespell args: ["-I", "codespell.txt"] @@ -33,7 +33,7 @@ repos: # === END CENTRALLY MAINTAINED FILE === - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.14.0 hooks: - id: blacken-docs additional_dependencies: [black==22.6.0]