Skip to content
Snippets Groups Projects
Select Git revision
  • f3b742389eebf5cf2cab8519714a4b028e7036c6
  • master default
2 results

.pre-commit-config.yaml

Blame
  • .pre-commit-config.yaml 543 B
    -   repo: https://github.com/pre-commit/pre-commit-hooks
        sha: 6dfcb89af3c9b4d172cc2e5a8a2fa0f54615a338
        hooks:
        -   id: check-added-large-files
        -   id: check-json
        -   id: check-xml
        -   id: check-yaml
        -   id: check-merge-conflict
    -   repo: https://www.shore.co.il/git/ansible-pre-commit/
        sha: 94b506c144d4e22ebc1deef637a818db13bcaca5
        hooks:
        -   id: ansible-pre-commit
    -   repo: https://github.com/willthames/ansible-lint.git
        sha: v3.3.3
        hooks:
        -   id: ansible-lint
            files: \.(yaml|yml)$