Sha256: 9a7c8c4d2fa2e9f777585d7fe222cffff87600fd8b81327826b372f715a62afe

Contents?: true

Size: 550 Bytes

Versions: 2

Compression:

Stored size: 550 Bytes

Contents

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"]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cron_to_go_sync-0.0.2 .pre-commit-config.yaml
cron_to_go_sync-0.0.1 .pre-commit-config.yaml