From e485bb40e59868e9caf629bcbbfb947f5020c26e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:35:42 +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.0.1 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.6.0) - [github.com/asottile/pyupgrade: v2.29.1 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v2.29.1...v3.16.0) - https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.6.0 → v3.13.0](https://github.com/asottile/reorder-python-imports/compare/v2.6.0...v3.13.0) - [github.com/psf/black: 21.12b0 → 24.4.2](https://github.com/psf/black/compare/21.12b0...24.4.2) - [github.com/asottile/blacken-docs: v1.12.0 → 1.16.0](https://github.com/asottile/blacken-docs/compare/v1.12.0...1.16.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](https://github.com/PyCQA/flake8/compare/4.0.1...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 d5304bd..ebc91ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: bin/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.6.0 hooks: - id: check-added-large-files args: ['--maxkb=100'] @@ -12,25 +12,25 @@ repos: - id: debug-statements - id: end-of-file-fixer - repo: https://github.com/asottile/pyupgrade - rev: v2.29.1 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py36-plus] -- repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 +- repo: https://github.com/asottile/reorder-python-imports + rev: v3.13.0 hooks: - id: reorder-python-imports - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: v1.12.0 + rev: 1.16.0 hooks: - id: blacken-docs additional_dependencies: [black==19.10b0] - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 7.1.0 hooks: - id: flake8 types: [python]