From d27a075afa2b9f896a537e5d23703ee160256c16 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:11:22 +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.git: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.6.0) - [github.com/psf/black: 23.1.0 → 24.3.0](https://github.com/psf/black/compare/23.1.0...24.3.0) - [github.com/PyCQA/flake8.git: 6.0.0 → 7.0.0](https://github.com/PyCQA/flake8.git/compare/6.0.0...7.0.0) --- .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 d59f66c..c745b20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: # General file linting - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -16,11 +16,11 @@ repos: args: [--allow-multiple-documents] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8.git - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8