From 4210e5be6fc06300ef615e73cb883c5606f53a61 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:21:34 +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.0.1 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v5.0.0) - [github.com/pycqa/flake8: 4.0.1 → 7.1.2](https://github.com/pycqa/flake8/compare/4.0.1...7.1.2) - [github.com/psf/black: 22.3.0 → 25.1.0](https://github.com/psf/black/compare/22.3.0...25.1.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 669a491..957a683 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.0.1 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -16,7 +16,7 @@ repos: - id: mixed-line-ending args: ['--fix=no'] - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 7.1.2 hooks: - id: flake8 additional_dependencies: @@ -29,6 +29,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 25.1.0 hooks: - id: black