repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - id: check-symlinks - id: destroyed-symlinks - id: detect-aws-credentials args: [--allow-missing-credentials] - id: check-shebang-scripts-are-executable - id: check-merge-conflict - id: detect-private-key