From 3eb2262e6108f857ef37b6ecf13934f40e34a079 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 16:29:01 +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/psf/black.git: 24.3.0 → 24.4.0](https://github.com/psf/black.git/compare/24.3.0...24.4.0) - [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.7.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.6.1...v8.7.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0) - [github.com/PyCQA/flake8.git: 5.0.4 → 7.0.0](https://github.com/PyCQA/flake8.git/compare/5.0.4...7.0.0) --- .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 d0c0906..91799e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,13 +45,13 @@ repos: - prettier-plugin-toml - repo: https://github.com/psf/black.git - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black language_version: python3 - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.6.1 + rev: v8.7.0 hooks: - id: cspell name: Spell check with cspell @@ -62,7 +62,7 @@ repos: - id: remove-tabs - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.5.0 + rev: v4.6.0 hooks: # Side-effects: - id: trailing-whitespace @@ -95,7 +95,7 @@ repos: types: [file, yaml] - repo: https://github.com/PyCQA/flake8.git - rev: 5.0.4 + rev: 7.0.0 hooks: - id: flake8 alias: flake8