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

main.yml

Blame
  • .pre-commit-config.yaml 688 B
    ---
    repos:
      - repo: https://github.com/pre-commit/pre-commit-hooks
        rev: v3.4.0
        hooks:
          - id: check-added-large-files
          - id: check-executables-have-shebangs
          - id: check-merge-conflict
    
      - repo: https://github.com/adarnimrod/shell-pre-commit
        rev: v0.6.0
        hooks:
          - id: shell-lint
          - id: shellcheck
    
      - repo: https://github.com/adarnimrod/ansible-pre-commit
        rev: v0.10.0
        hooks:
          - id: ansible-syntax-check
            files: tests/playbook.yaml
    
      - repo: https://github.com/myint/rstcheck
        rev: master
        hooks:
          - id: rstcheck
    
      - repo: https://github.com/adrienverge/yamllint
        rev: v1.25.0
        hooks:
          - id: yamllint