--- # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - id: trailing-whitespace exclude: \.snap$ - id: end-of-file-fixer exclude: ^\.idea - id: check-case-conflict - id: check-merge-conflict - id: check-yaml - id: check-toml - id: check-added-large-files - id: mixed-line-ending - repo: https://github.com/editorconfig-checker/editorconfig-checker.python rev: 2.4.0 hooks: - id: editorconfig-checker exclude_types: - javascript - ts - markdown exclude: LICENSE - repo: https://github.com/pre-commit/mirrors-prettier rev: v3.0.0-alpha.0 hooks: - id: prettier #- repo: https://github.com/andrewaylett/pre-commit-hooks # rev: v1.0 # or specific tag # hooks: # - id: npm-test