- repo: git://github.com/pre-commit/pre-commit-hooks sha: v0.9.1 hooks: - id: check-added-large-files - id: check-yaml - id: check-merge-conflict - repo: https://www.shore.co.il/git/shell-pre-commit/ sha: v0.5.4 hooks: - id: shell-lint files: &shellscripts ssl-ca - id: shellcheck files: *shellscripts - repo: local hooks: - id: test name: make test entry: make test language: system files: Makefile|ssl-ca