repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer exclude: '^(config/secrets.yml.enc$)|(spec/data/)|(db/.*\.sql$)' - id: check-yaml exclude: '.rubocop.yml' - id: check-added-large-files - id: check-byte-order-marker exclude: '^spec/data/' - id: check-merge-conflict - repo: https://github.com/rubocop/rubocop.git rev: '675114c1b5a1999a112f8adaad8c99f8de6f7bcc' hooks: - id: rubocop additional_dependencies: ["standard:1.25.3"]