From 7857e9bceff3033a7276edc3d28df4ffdde18848 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:37: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: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/tcort/markdown-link-check: v3.12.2 → v3.13.6](https://github.com/tcort/markdown-link-check/compare/v3.12.2...v3.13.6) - [github.com/psf/black: 24.4.2 → 24.10.0](https://github.com/psf/black/compare/24.4.2...24.10.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](https://github.com/asottile/blacken-docs/compare/1.18.0...1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.8.4) - [github.com/PyCQA/bandit: 1.7.9 → 1.8.0](https://github.com/PyCQA/bandit/compare/1.7.9...1.8.0) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.4](https://github.com/rhysd/actionlint/compare/v1.7.1...v1.7.4) --- .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 34159dabd..e3d1aa07e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-merge-conflict - id: check-toml @@ -38,24 +38,24 @@ repos: - id: remove-tabs - repo: https://github.com/tcort/markdown-link-check - rev: v3.12.2 + rev: v3.13.6 hooks: - id: markdown-link-check args: ["--config=mlc-config.json"] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: [black==22.3.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.5.5' + rev: 'v0.8.4' hooks: - id: ruff args: ["--config", "./pyproject.toml"] @@ -90,7 +90,7 @@ repos: additional_dependencies: ['toml'] - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.8.0 hooks: - id: bandit # Excluding Example DAGs temporarily until they can be fixed @@ -99,7 +99,7 @@ repos: additional_dependencies: [".[toml]"] - repo: https://github.com/rhysd/actionlint - rev: v1.7.1 + rev: v1.7.4 hooks: - id: actionlint args: ["-ignore", "shellcheck"]