From 1cc69def852e3b88d55dff185e3fbfd4236d8495 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:49:36 +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.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.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.4.0](https://github.com/psf/black/compare/23.7.0...24.4.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.9.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5f75f56..1daf5dfa 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.6.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.4.0" hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.9.0" hooks: - id: mypy args: ["--config-file", "pyproject.toml"]