From 590d668c97cba06fbeff4cc7c0a2fd21a0431127 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:32:03 +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.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.14...v0.3.5) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](https://github.com/keewis/blackdoc/compare/v0.3.8...v0.3.9) - [github.com/PyCQA/doc8: v1.0.0 → v1.1.1](https://github.com/PyCQA/doc8/compare/v1.0.0...v1.1.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.28.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.0...0.28.1) --- .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 dc2f436d..ee0599d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-docstring-first @@ -33,8 +33,8 @@ repos: exclude: ".ipynb|asv.conf.json" - id: trailing-whitespace - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.1.14" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.3.5" hooks: - id: ruff args: ["--select", "E,F,I001"] @@ -43,13 +43,13 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/keewis/blackdoc - rev: v0.3.8 + rev: v0.3.9 hooks: - id: blackdoc additional_dependencies: ["black==23.10.1"] - repo: https://github.com/PyCQA/doc8 - rev: v1.0.0 + rev: v1.1.1 hooks: - id: doc8 args: @@ -62,7 +62,7 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.8.0" + rev: "v1.9.0" hooks: - id: mypy exclude: "asv_bench" @@ -78,7 +78,7 @@ repos: ] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.0 + rev: 0.28.1 hooks: - id: check-github-workflows - id: check-readthedocs