From 5c5473e3fb14318f86414a7bad1f99e09024b9cf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:43:06 +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 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.1...v3.0.3) - [github.com/psf/black: 23.7.0 → 23.10.0](https://github.com/psf/black/compare/23.7.0...23.10.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.6.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.6.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5f75f56..4b64019e 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: v4.5.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: "v3.0.3" hooks: - id: prettier exclude: "^(tests/data/golden|src/talondoc/_cache_builtin/resources|)s" @@ -38,11 +38,11 @@ repos: - id: isort args: ["--profile=black", "--filter-files", "--line-width=88"] - repo: https://github.com/psf/black - rev: "23.7.0" + rev: "23.10.0" hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.6.1" hooks: - id: mypy args: ["--config-file", "pyproject.toml"]