Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 520 B
Newer Older
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v3.4.0
    hooks:
      - id: check-added-large-files
      - id: check-ast
      - id: check-merge-conflict
      - id: check-yaml
      - id: detect-private-key
      - id: end-of-file-fixer
      - id: trailing-whitespace
  - repo: https://github.com/jumanjihouse/pre-commit-hooks
    rev: 2.1.5
    hooks:
      - id: shellcheck
      - id: shfmt
  - repo: https://github.com/hadolint/hadolint
    rev: v1.23.0
    hooks:
      - id: hadolint