From a18a53899997db987b4003a41c8e13cfe40feb53 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 17:04:07 +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/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v4.0.0-alpha.8) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.1.0 → 24.4.2](https://github.com/psf/black/compare/23.1.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.6.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.0.0...7.0.0) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.35.1) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.10.0) - [github.com/pycqa/pylint: v2.17.0 → v3.1.0](https://github.com/pycqa/pylint/compare/v2.17.0...v3.1.0) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 885101b..93917c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ exclude: | repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.0-alpha.6 + rev: v4.0.0-alpha.8 hooks: - id: prettier always_run: true @@ -15,16 +15,16 @@ repos: - prettier-plugin-toml - prettier-plugin-sort-json - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.4.2 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.4.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -35,7 +35,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: @@ -45,14 +45,14 @@ repos: - flake8-docstrings>=1.5.0 language_version: python3 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + 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: v1.1.1 + rev: v1.10.0 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -63,7 +63,7 @@ repos: - packaging - rich>=11.0.0 - repo: https://github.com/pycqa/pylint - rev: v2.17.0 + rev: v3.1.0 hooks: - id: pylint # see https://github.com/PyCQA/pylint/issues/6535