Newer
Older
- repo: https://github.com/pre-commit/pre-commit-hooks.git
- id: check-symlinks
- id: check-toml
files: Pipfile
- id: check-xml
hooks:
- id: detect-secrets
exclude: Pipfile\.lock
- repo: https://github.com/adrienverge/yamllint
- repo: https://github.com/executablebooks/mdformat.git
hooks:
- id: mdformat
- repo: https://git.shore.co.il/nimrod/shell-pre-commit.git
rev: v0.6.0
hooks:
- id: shell-lint
- repo: https://github.com/shellcheck-py/shellcheck-py.git
hooks:
- id: shellcheck
- repo: https://git.shore.co.il/nimrod/docker-pre-commit.git/