From ce326bf945381f2a01cfdc52673249a59a095f50 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 21 Oct 2025 11:45:15 +0200 Subject: [PATCH] pre-commit: Fix ruff id --- .pre-commit-config.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8437dcf..935228c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,18 +3,15 @@ # Then run `pre-commit install` # Learn more about this config here: https://pre-commit.com/ -default_language_version: - python: python3.11 - ci: autoupdate_schedule: monthly submodules: true repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.1 hooks: - - id: ruff # See pyproject.toml for args + - id: ruff-check # See pyproject.toml for args - repo: https://github.com/codespell-project/codespell rev: v2.4.1