Disable the old hooks.

This commit is contained in:
laurent
2025-08-26 12:56:16 +02:00
parent 2084eabd0c
commit c5f933296a

View File

@@ -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