From bb55a6fabaad48391a1867190e18201d83393f38 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:46:27 +0000 Subject: [PATCH] MAINT: autoupdate pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/ComPWA/repo-maintenance: 0.1.0 → 0.1.11](https://github.com/ComPWA/repo-maintenance/compare/0.1.0...0.1.11) - [github.com/streetsidesoftware/cspell-cli: v7.3.1 → v8.2.1](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.1...v8.2.1) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8) --- .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 905441e..0ff5aff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.1.0 + rev: 0.1.11 hooks: - id: check-dev-files args: @@ -32,11 +32,11 @@ repos: - --repo-title=Public ComPWA GitHub profile - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v7.3.1 + rev: v8.2.1 hooks: - id: cspell - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.8 hooks: - id: prettier