From 0017fb9633669f66461e2a92fbaacc46c6eb2ae8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:04:57 +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: v3.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.6.0) - [github.com/asottile/pyupgrade: v2.12.0 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v3.16.0) - [github.com/PyCQA/isort: 5.8.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.8.0...5.13.2) - [github.com/psf/black: 20.8b1 → 24.4.2](https://github.com/psf/black/compare/20.8b1...24.4.2) - [github.com/asottile/blacken-docs: v1.10.0 → 1.18.0](https://github.com/asottile/blacken-docs/compare/v1.10.0...1.18.0) - https://gitlab.com/PyCQA/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/3.9.0...7.1.0) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dcebbd..1e4499a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files args: ['--maxkb=100'] @@ -10,12 +10,12 @@ repos: - id: debug-statements - id: end-of-file-fixer - repo: https://github.com/asottile/pyupgrade - rev: v2.12.0 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.13.2 hooks: - id: isort name: isort @@ -25,16 +25,16 @@ repos: language: python types: [python] - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: v1.10.0 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: [black] -- repo: https://gitlab.com/PyCQA/flake8 - rev: 3.9.0 +- repo: https://github.com/PyCQA/flake8 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: [