From 5e55c52262523a4cb75151d4a824190ef04443f3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:48:39 +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.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8) - [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.41.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.37.0...v0.41.0) - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 24.8.0](https://github.com/psf/black-pre-commit-mirror/compare/23.11.0...24.8.0) - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 24.8.0](https://github.com/psf/black-pre-commit-mirror/compare/23.11.0...24.8.0) - [github.com/koalaman/shellcheck-precommit: v0.9.0 → v0.10.0](https://github.com/koalaman/shellcheck-precommit/compare/v0.9.0...v0.10.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.6.26.11 → v1.7.1.15](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/v1.6.26.11...v1.7.1.15) - [github.com/pycqa/flake8: 6.1.0 → 7.1.1](https://github.com/pycqa/flake8/compare/6.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.7.1...v1.11.2) --- .pre-commit-config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cef82da..4f85738 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: entry: scripts/tomllint.sh . - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -57,7 +57,7 @@ repos: # Autoformat: YAML, JSON, Markdown, etc. - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier args: @@ -65,7 +65,7 @@ repos: # Lint: Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.41.0 hooks: - id: markdownlint args: ["--fix"] @@ -77,12 +77,12 @@ repos: # args: ['--py37-plus'] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.11.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.11.0 + rev: 24.8.0 hooks: - id: black-jupyter @@ -98,7 +98,7 @@ repos: args: ["--ignore=E006"] - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.9.0 + rev: v0.10.0 hooks: - id: shellcheck # Optionally only show errors and warnings @@ -116,18 +116,18 @@ repos: # ] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint args: [--strict] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.6.26.11 + rev: v1.7.1.15 hooks: - id: actionlint @@ -139,7 +139,7 @@ repos: # additional_dependencies: [black] - repo: https://github.com/pycqa/flake8 - rev: "6.1.0" + rev: "7.1.1" hooks: - id: flake8 @@ -150,7 +150,7 @@ repos: # - id: codespell - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.7.1" + rev: "v1.11.2" hooks: - id: mypy