From ab9ee641df74c1d3f08c94a191ec5731302df7d9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:54:13 +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/PyCQA/isort: 5.8.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.8.0...5.13.2) - [github.com/psf/black: 21.4b0 → 24.4.0](https://github.com/psf/black/compare/21.4b0...24.4.0) - [github.com/pre-commit/pre-commit-hooks.git: v3.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v3.4.0...v4.6.0) - [github.com/pycqa/flake8.git: 3.9.1 → 7.0.0](https://github.com/pycqa/flake8.git/compare/3.9.1...7.0.0) - [github.com/adrienverge/yamllint.git: v1.26.1 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.1...v1.35.1) - [github.com/pre-commit/mirrors-mypy: v0.812 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.812...v1.9.0) - [github.com/pycqa/pylint: v2.8.2 → v3.1.0](https://github.com/pycqa/pylint/compare/v2.8.2...v3.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 f58dd6b..f203a9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.4b0 + rev: 24.4.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v3.4.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -19,18 +19,18 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/pycqa/flake8.git - rev: 3.9.1 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.1 + rev: v1.35.1 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v1.9.0 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -41,7 +41,7 @@ repos: - rich - tox - repo: https://github.com/pycqa/pylint - rev: v2.8.2 + rev: v3.1.0 hooks: - id: pylint additional_dependencies: