From c74cb5bcda8c90899d4fa931bacdf2d9be701693 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:06:35 +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.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/hadialqattan/pycln: v2.1.1 → v2.1.5](https://github.com/hadialqattan/pycln/compare/v2.1.1...v2.1.5) - [github.com/psf/black: 22.10.0 → 23.3.0](https://github.com/psf/black/compare/22.10.0...23.3.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) - [github.com/asottile/pyupgrade: v3.2.0 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.4.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v1.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.982...v1.3.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 ca4f1607..d59ff346 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace exclude: ^tests/.*/fixtures/.* @@ -12,13 +12,13 @@ repos: - id: debug-statements - repo: https://github.com/hadialqattan/pycln - rev: v2.1.1 + rev: v2.1.5 hooks: - id: pycln args: [ --all ] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.3.0 hooks: - id: black @@ -29,7 +29,7 @@ repos: args: [ --add-import, from __future__ import annotations, --lines-after-imports, "-1" ] - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: &flake8_deps @@ -52,7 +52,7 @@ repos: additional_dependencies: *flake8_deps - repo: https://github.com/asottile/pyupgrade - rev: v3.2.0 + rev: v3.4.0 hooks: - id: pyupgrade exclude: ^build\.py$ @@ -60,7 +60,7 @@ repos: - --py37-plus - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.982 + rev: v1.3.0 hooks: - id: mypy pass_filenames: false