From fda1850578c51456ab26b7031880ac9e6a373911 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:15: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/fsfe/reuse-tool: v4.0.3 → v5.0.2](https://github.com/fsfe/reuse-tool/compare/v4.0.3...v5.0.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.4...0.30.0) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](https://github.com/PyCQA/docformatter/compare/eb1df347edd128b30cd3368dddc3aa65edcfac38...v1.7.5) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.43.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.42.0...v0.43.0) - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.8.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.8.2) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.12.1...v1.13.0) --- .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 9190e0a..19a9368 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v5.0.2 hooks: - id: reuse name: Check license headers (REUSE) @@ -68,7 +68,7 @@ repos: name: Fixing common spelling mistakes args: [--write-changes, -L, assertIn] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows name: Check GitHub Workflow configuration @@ -78,12 +78,12 @@ repos: - id: editorconfig-checker exclude: docs/guide/api.rst - repo: https://github.com/PyCQA/docformatter - rev: eb1df347edd128b30cd3368dddc3aa65edcfac38 + rev: v1.7.5 hooks: - id: docformatter name: Fixing docstring formatting - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.43.0 hooks: - id: markdownlint name: Fixing markdown linting errors @@ -114,8 +114,8 @@ repos: - flake8-pyproject - pep8-naming - pydoclint -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.7.0 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.8.2 hooks: - id: ruff name: Linting Python code (ruff) @@ -128,7 +128,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.1 + rev: v1.13.0 hooks: - id: mypy name: Static typechecking (mypy)