From 70aca368d6cda218fdc24192fe563aa3305924d8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:33:37 +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.3.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v5.0.0) - [github.com/psf/black: 22.6.0 → 25.1.0](https://github.com/psf/black/compare/22.6.0...25.1.0) - [github.com/mgedmin/check-manifest: 0.48 → 0.50](https://github.com/mgedmin/check-manifest/compare/0.48...0.50) - [github.com/PyCQA/flake8: 5.0.2 → 7.2.0](https://github.com/PyCQA/flake8/compare/5.0.2...7.2.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 d444eca..5c570c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/mgedmin/check-manifest - rev: "0.48" + rev: "0.50" hooks: - id: check-manifest - repo: https://github.com/PyCQA/flake8 - rev: 5.0.2 + rev: 7.2.0 hooks: - id: flake8