1---
2repos:
3  - repo: https://github.com/pre-commit/pre-commit-hooks
4    rev: v3.1.0
5    hooks:
6      - id: check-merge-conflict
7      - id: check-symlinks
8      - id: debug-statements
9      - id: end-of-file-fixer
10      - id: no-commit-to-branch
11        args: [--branch, main]
12      - id: trailing-whitespace
13  - repo: https://github.com/psf/black
14    rev: 19.3b0
15    hooks:
16      - id: black
17        args: [-l, "79"]
18  - repo: https://github.com/ansible-network/collection_prep
19    rev: 0.9.4
20    hooks:
21      - id: update-docs
22