--- default_stages: [pre-commit, pre-push] repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-added-large-files - id: check-yaml - id: trailing-whitespace - id: double-quote-string-fixer - id: end-of-file-fixer - repo: https://github.com/ansible-community/ansible-lint.git rev: v25.5.0 hooks: - id: ansible-lint files: \.(yaml|yml)$ - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.43.0 hooks: - id: markdownlint