1 2 3 4 5 6 7 8 9 10 11
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: fix-byte-order-marker - id: check-case-conflict - id: check-merge-conflict - id: check-symlinks # - id: end-of-file-fixer - id: mixed-line-ending - id: trailing-whitespace