From 7659a114a2428fe9d8acbd06aa7bc1c9d32624bb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:35:58 +0000 Subject: [PATCH] Update pre-commit hooks (#85) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.8.3) - [github.com/adamchainz/blacken-docs: 0bc601e0cc771b26b206a46d3b298ef951b43c7c → 1.19.1](https://github.com/adamchainz/blacken-docs/compare/0bc601e0cc771b26b206a46d3b298ef951b43c7c...1.19.1) - [github.com/executablebooks/mdformat: e4610eb89da7633170df4c298347558c914780d9 → 0.7.19](https://github.com/executablebooks/mdformat/compare/e4610eb89da7633170df4c298347558c914780d9...0.7.19) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5a7fa1..ebf4eb9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: validate-pyproject - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.8.3 hooks: - id: ruff args: [--fix, --show-fixes] @@ -28,13 +28,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/adamchainz/blacken-docs - rev: 0bc601e0cc771b26b206a46d3b298ef951b43c7c # 1.19.1 + rev: 1.19.1 # 1.19.1 hooks: - id: blacken-docs additional_dependencies: - black==22.12.0 - repo: https://github.com/executablebooks/mdformat - rev: e4610eb89da7633170df4c298347558c914780d9 # 0.7.19 + rev: 0.7.19 # 0.7.19 hooks: - id: mdformat