github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/.pre-commit-config.yaml (about)

     1  ---
     2  exclude: ^vendor/
     3  repos:
     4    - repo: https://github.com/pre-commit/pre-commit-hooks.git
     5      rev: v2.4.0
     6      hooks:
     7        - id: end-of-file-fixer
     8        - id: trailing-whitespace
     9        - id: mixed-line-ending
    10        - id: check-byte-order-marker
    11        - id: check-executables-have-shebangs
    12        - id: check-merge-conflict