1 2 3 4 5 6 7 8 9
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.1.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: no-commit-to-branch args: [--branch, staging, --branch, master]