github.com/pelicanplatform/pelican@v1.0.5/.pre-commit-config.yaml (about)

     1  # See https://pre-commit.com for more information
     2  # See https://pre-commit.com/hooks.html for more hooks
     3  repos:
     4  -   repo: https://github.com/pre-commit/pre-commit-hooks
     5      rev: v3.2.0
     6      hooks:
     7      -   id: trailing-whitespace
     8      -   id: end-of-file-fixer
     9      -   id: check-yaml
    10          # Multi-documents are yaml files with multiple --- separating blocks, like
    11          # in our docs/parameters.yaml. We need this argument so those parse.
    12          args: [--allow-multiple-documents]
    13      -   id: check-added-large-files
    14  -   repo: https://github.com/golangci/golangci-lint
    15      rev: v1.54.2
    16      hooks:
    17      -   id: golangci-lint