repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v1.1.1 hooks: - id: check-added-large-files - id: check-case-conflict - id: check-merge-conflict - id: check-json - id: check-yaml - id: detect-private-key - id: end-of-file-fixer exclude: '.*\.svg$' - id: mixed-line-ending args: [--fix=no] - id: trailing-whitespace exclude: '.*\.svg$'