repos: - repo: https://github.com/charliermarsh/ruff-pre-commit rev: "v0.6.1" hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - id: trailing-whitespace exclude: ".*\\.md$" - id: end-of-file-fixer - id: check-added-large-files