From 5208aa81f018a21b10d93ea5dc4b3e67d1828394 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:44:44 +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: 19.3b0 → 25.1.0](https://github.com/psf/black/compare/19.3b0...25.1.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.8 → 7.3.0](https://github.com/PyCQA/flake8/compare/3.7.8...7.3.0) - https://github.com/pre-commit/mirrors-isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: v4.3.21 → 6.0.1](https://github.com/PyCQA/isort/compare/v4.3.21...6.0.1) - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.3.0...v5.0.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4bed4de..e9daf8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 19.3b0 + rev: 25.1.0 hooks: - id: black language_version: python3.7 @@ -8,8 +8,8 @@ repos: files: \.pyi?$ types: [] - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.8 + - repo: https://github.com/PyCQA/flake8 + rev: 7.3.0 hooks: - id: flake8 language_version: python3.7 @@ -23,15 +23,15 @@ repos: - flake8-todo - flake8-builtins - - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + - repo: https://github.com/PyCQA/isort + rev: 6.0.1 hooks: - id: isort additional_dependencies: [toml] language_version: python3.7 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer