From c5f933296a71323afeeae14c368deddb2427f022 Mon Sep 17 00:00:00 2001 From: laurent Date: Tue, 26 Aug 2025 12:56:16 +0200 Subject: [PATCH] Disable the old hooks. --- .pre-commit-config.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19d9d43..7d98c23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,14 +23,3 @@ repos: hooks: - id: check-added-large-files args: ["--maxkb=2048"] - - repo: https://github.com/astral-sh/ruff-pre-commit - # Ruff version. - rev: v0.11.7 - hooks: - # Run the linter. - - id: ruff - types_or: [python, pyi] # Don't run on `jupyter` files - args: [--fix] - # Run the formatter. - - id: ruff-format - types_or: [python, pyi] # Don't run on `jupyter` files