repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 # Use the ref you want to point at hooks: - id: trailing-whitespace exclude: README.md - id: check-added-large-files - id: check-case-conflict - id: check-merge-conflict - id: end-of-file-fixer exclude: README.md