repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook rev: v9.14.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/golangci/golangci-lint rev: v1.57.2 hooks: - id: golangci-lint - repo: https://github.com/hadolint/hadolint rev: v2.12.0 hooks: - id: hadolint - repo: https://github.com/adrienverge/yamllint.git rev: v1.35.1 hooks: - id: yamllint args: [--strict, -c=./.yamllint.yml]