From f382f4446318492f471b5b3bc93a408f80ab725e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:21:10 +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: v2.2.3 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.2.3...v4.6.0) - [github.com/PyCQA/isort: 5.6.4 → 5.13.2](https://github.com/PyCQA/isort/compare/5.6.4...5.13.2) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 8f9b4931b9a28896fb43edccb23016a7540f5b82 → 7.0.0](https://github.com/PyCQA/flake8/compare/8f9b4931b9a28896fb43edccb23016a7540f5b82...7.0.0) - [github.com/humitos/mirrors-autoflake: v1.3 → v1.1](https://github.com/humitos/mirrors-autoflake/compare/v1.3...v1.1) - [github.com/psf/black: 19.10b0 → 24.4.2](https://github.com/psf/black/compare/19.10b0...24.4.2) --- .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 c4938f4..e1033ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.9 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.2.3 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: check-added-large-files @@ -15,12 +15,12 @@ repos: - id: pretty-format-json args: ["--autofix", "--allow-missing-credentials"] - repo: https://github.com/PyCQA/isort - rev: 5.6.4 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - - repo: https://gitlab.com/pycqa/flake8 - rev: "8f9b4931b9a28896fb43edccb23016a7540f5b82" + - repo: https://github.com/PyCQA/flake8 + rev: "7.0.0" hooks: - id: flake8 additional_dependencies: [flake8-print] @@ -28,14 +28,14 @@ repos: args: - --select=F401,F403,F406,F821,T001,T003 - repo: https://github.com/humitos/mirrors-autoflake - rev: v1.3 + rev: v1.1 hooks: - id: autoflake files: '\.py$' exclude: '^\..*' args: ["--in-place", "--remove-all-unused-imports"] - repo: https://github.com/psf/black - rev: 19.10b0 + rev: 24.4.2 hooks: - id: black args: ["--target-version", "py38"] \ No newline at end of file