--- repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: local hooks: - id: black name: black entry: black language: system types: [python] - id: flake8 name: flake8 entry: flake8 language: system types: [python] - repo: https://github.com/compilerla/conventional-pre-commit rev: v1.2.0 hooks: - id: conventional-pre-commit stages: [commit-msg] args: [] - repo: https://github.com/koalaman/shellcheck-precommit rev: v0.8.0 hooks: - id: shellcheck - repo: https://github.com/adrienverge/yamllint.git rev: v1.17.0 hooks: - id: yamllint args: [-c=.yamllint]