From ca3ce316a921efcce05fe6ce716835c65e75388d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:59:23 +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/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.1...v4.0.0-alpha.8) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.7.0 → 24.10.0](https://github.com/psf/black/compare/23.7.0...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.13.0) - [github.com/wenkokke/talonfmt: 1.10.1 → 1.10.2](https://github.com/wenkokke/talonfmt/compare/1.10.1...1.10.2) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5f75f56..0be8bb4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ minimum_pre_commit_version: "2.9.0" exclude: "^(build|example)" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-byte-order-marker @@ -24,7 +24,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.1" + rev: "v4.0.0-alpha.8" hooks: - id: prettier exclude: "^(tests/data/golden|src/talondoc/_cache_builtin/resources|)s" @@ -33,16 +33,16 @@ repos: hooks: - id: flynt - repo: https://github.com/pycqa/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort args: ["--profile=black", "--filter-files", "--line-width=88"] - repo: https://github.com/psf/black - rev: "23.7.0" + rev: "24.10.0" hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.13.0" hooks: - id: mypy args: ["--config-file", "pyproject.toml"] @@ -57,7 +57,7 @@ repos: ] exclude: "^src/talondoc/_compat_singledispatchmethod\\.py$" - repo: https://github.com/wenkokke/talonfmt - rev: 1.10.1 + rev: 1.10.2 hooks: - id: talonfmt args: ["--in-place", "--max-line-width=88"]