github.com/machinefi/w3bstream@v1.6.5-rc9.0.20240426031326-b8c7c4876e72/.pre-commit-config.yaml (about)

     1  fail_fast: false
     2  
     3  repos:
     4    - repo: https://github.com/pre-commit/pre-commit-hooks
     5      rev: v4.4.0
     6      hooks:
     7        - id: detect-private-key
     8        - id: detect-aws-credentials
     9          args: [--allow-missing-credentials]
    10        - id: check-merge-conflict
    11        - id: check-added-large-files
    12  
    13    - repo: local
    14      hooks:
    15        - id: make-pre-commit
    16          name: 'make pre commit'
    17          entry: make precommit
    18          language: 'system'
    19          pass_filenames: false
    20          verbose: true