From baf4940aa351d63bb2cf6972dbe5364b396948db Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 25 Mar 2025 13:45:38 +0100 Subject: [PATCH] Bump pre-commit hooks, Ruff v0.11.0 https://astral.sh/blog/ruff-v0.10.0 --- .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 1962c00c..b334f43d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.11.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy - repo: https://gitlab.com/devopshq/gitlab-ci-linter @@ -38,7 +38,7 @@ repos: - --license-filepath - license_header.txt - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: -- GitLab