From 1df79beb25885437dde8af617c51f2db35e3eef9 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 17:30:26 +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/psf/black-pre-commit-mirror: 24.4.2 → 24.10.0](https://github.com/psf/black-pre-commit-mirror/compare/24.4.2...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.1...v0.8.4) - [github.com/rbubley/mirrors-prettier: v3.3.2 → v3.4.2](https://github.com/rbubley/mirrors-prettier/compare/v3.3.2...v3.4.2) - [github.com/google/yamlfmt: v0.13.0 → v0.14.0](https://github.com/google/yamlfmt/compare/v0.13.0...v0.14.0) - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](https://github.com/pappasam/toml-sort/compare/v0.23.1...v0.24.2) - [github.com/sqlfluff/sqlfluff: 3.1.0 → 3.3.0](https://github.com/sqlfluff/sqlfluff/compare/3.1.0...3.3.0) - [github.com/hadolint/hadolint: v2.13.0-beta → v2.13.1-beta](https://github.com/hadolint/hadolint/compare/v2.13.0-beta...v2.13.1-beta) - [github.com/jsh9/markdown-toc-creator: 0.0.6 → 0.0.8](https://github.com/jsh9/markdown-toc-creator/compare/0.0.6...0.0.8) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.14.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.14.0) - [github.com/srstevenson/nb-clean: 3.3.0 → 4.0.1](https://github.com/srstevenson/nb-clean/compare/3.3.0...4.0.1) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.23](https://github.com/abravalheri/validate-pyproject/compare/v0.18...v0.23) --- .pre-commit-config.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a794fa2f9..bdd09013b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-byte-order-marker @@ -21,20 +21,20 @@ repos: - id: trailing-whitespace exclude: .gitignore - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black-jupyter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.8.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.3.2 + rev: v3.4.2 hooks: - id: prettier - repo: https://github.com/google/yamlfmt - rev: v0.13.0 + rev: v0.14.0 hooks: - id: yamlfmt - repo: https://github.com/Yelp/detect-secrets @@ -42,7 +42,7 @@ repos: hooks: - id: detect-secrets - repo: https://github.com/pappasam/toml-sort - rev: v0.23.1 + rev: v0.24.2 hooks: - id: toml-sort-fix exclude: poetry.lock @@ -52,15 +52,15 @@ repos: - id: codespell additional_dependencies: [".[toml]"] - repo: https://github.com/sqlfluff/sqlfluff - rev: 3.1.0 + rev: 3.3.0 hooks: - id: sqlfluff-fix - repo: https://github.com/hadolint/hadolint - rev: v2.13.0-beta + rev: v2.13.1-beta hooks: - id: hadolint-docker - repo: https://github.com/jsh9/markdown-toc-creator - rev: 0.0.6 + rev: 0.0.8 hooks: - id: markdown-toc-creator - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -72,18 +72,18 @@ repos: hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.14.0 hooks: - id: mypy additional_dependencies: - types-requests - repo: https://github.com/srstevenson/nb-clean - rev: 3.3.0 + rev: 4.0.1 hooks: - id: nb-clean args: [--preserve-cell-outputs, --remove-empty-cells] - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.23 hooks: - id: validate-pyproject additional_dependencies: