From d3129b324c203011b1232eb3ac6ba34b03fafafd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:56:29 +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.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.13.0](https://github.com/asottile/reorder-python-imports/compare/v3.10.0...v3.13.0) - [github.com/asottile/add-trailing-comma: v3.0.0 → v3.1.0](https://github.com/asottile/add-trailing-comma/compare/v3.0.0...v3.1.0) - [github.com/asottile/pyupgrade: v3.8.0 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.16.0) - https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.2 → v2.3.1](https://github.com/hhatto/autopep8/compare/v2.0.2...v2.3.1) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.10.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 684f1f4..c45f269 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: fish_syntax - id: fish_indent - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -20,25 +20,25 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/asottile/reorder-python-imports - rev: v3.10.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: [--py37-plus, --add-import, 'from __future__ import annotations'] - repo: https://github.com/asottile/add-trailing-comma - rev: v3.0.0 + rev: v3.1.0 hooks: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.8.0 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py39-plus] - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.2 + - repo: https://github.com/hhatto/autopep8 + rev: v2.3.1 hooks: - id: autopep8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.10.0 hooks: - id: mypy