repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-added-large-files - id: check-added-large-files - id: check-ast - id: check-json - id: check-merge-conflict - id: check-xml - id: check-yaml - id: debug-statements - id: end-of-file-fixer - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.5.6 hooks: - id: ruff-format types_or: [ python, pyi, jupyter ] - id: ruff args: [ --fix, --exit-non-zero-on-fix ] types_or: [ python, pyi, jupyter ] require_serial: true - repo: https://github.com/fastai/nbdev rev: 2.3.11 hooks: - id: nbdev_clean