gitlab.com/pidrakin/dotfiles-cli@v1.7.5/.pre-commit-config.yaml (about)

     1  repos:
     2  - repo: https://github.com/dnephin/pre-commit-golang
     3    rev: v0.4.0
     4    hooks:
     5    - id: go-fmt
     6  - repo: https://github.com/pre-commit/pre-commit-hooks
     7    rev: v4.1.0
     8    hooks:
     9    - id: check-executables-have-shebangs
    10    - id: check-json
    11    - id: check-merge-conflict
    12    - id: check-shebang-scripts-are-executable
    13    - id: check-yaml
    14    - id: end-of-file-fixer
    15    - id: mixed-line-ending
    16      args: [--fix=lf]
    17    - id: trailing-whitespace