--- repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v1.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: mixed-line-ending - id: check-byte-order-marker - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-symlinks - id: check-vcs-permalinks - id: flake8 - id: debug-statements - id: requirements-txt-fixer - id: check-yaml files: .*\.(yaml|yml)$ - repo: https://github.com/adrienverge/yamllint.git rev: v1.11.1 hooks: - id: yamllint files: \.(yaml|yml)$ - repo: https://github.com/openstack-dev/bashate.git rev: 0.6.0 hooks: - id: bashate