github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/.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