From cc1434fb770e0b9644f17de2beaefc9ffebd49f5 Mon Sep 17 00:00:00 2001 From: juhannc <16680666+juhannc@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:42:08 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 862d4d8..0343e25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - --write-changes - -L timeoutd - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.0 hooks: - id: markdownlint name: Fixing markdown linting errors @@ -35,7 +35,7 @@ repos: - id: absolufy-imports name: Make python imports absolute - repo: https://github.com/psf/black - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black name: Python formatting (black) @@ -73,13 +73,13 @@ repos: - id: yesqa name: Remove unnecessary noqa comments - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.20 hooks: - id: ruff name: Linting Python code (ruff) args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pycqa/pylint - rev: v4.0.5 + rev: v4.0.6 hooks: - id: pylint name: Linting Python code (pylint) @@ -87,7 +87,7 @@ repos: args: - --fail-under=9 - repo: https://github.com/PyCQA/prospector - rev: v1.18.0 + rev: v1.19.0 hooks: - id: prospector name: Analysing Python code (prospector) @@ -99,7 +99,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.1.0 hooks: - id: mypy name: Static typechecking (mypy)