From 78f8bcde96b69a899acb4fc1ce8e8fd5c6964068 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:49:47 +0000 Subject: [PATCH] chore: update pre-commit hooks 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/python-jsonschema/check-jsonschema: 0.28.4 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.4...0.30.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.19](https://github.com/executablebooks/mdformat/compare/0.7.17...0.7.19) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.19.1](https://github.com/adamchainz/blacken-docs/compare/1.16.0...1.19.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.8.1) - [github.com/scientific-python/cookie: 2024.04.23 → 2024.08.19](https://github.com/scientific-python/cookie/compare/2024.04.23...2024.08.19) --- .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 7a37851e1..56a7aa260 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-case-conflict - id: check-ast @@ -21,12 +21,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.30.0 hooks: - id: check-github-workflows - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.19 hooks: - id: mdformat additional_dependencies: @@ -39,7 +39,7 @@ repos: types_or: [yaml, html, json] - repo: https://github.com/adamchainz/blacken-docs - rev: "1.16.0" + rev: "1.19.1" hooks: - id: blacken-docs additional_dependencies: [black==23.7.0] @@ -51,7 +51,7 @@ repos: args: ["-L", "sur,nd,assertin"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.10.0" + rev: "v1.13.0" hooks: - id: mypy files: "^nbconvert" @@ -81,7 +81,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.8 + rev: v0.8.1 hooks: - id: ruff types_or: [python, jupyter] @@ -90,7 +90,7 @@ repos: types_or: [python, jupyter] - repo: https://github.com/scientific-python/cookie - rev: "2024.04.23" + rev: "2024.08.19" hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]