2021-03-31 17:43:38 +00:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-04-11 20:18:23 +00:00
|
|
|
rev: v4.2.0
|
2021-03-31 17:43:38 +00:00
|
|
|
hooks:
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: debug-statements
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: no-commit-to-branch
|
|
|
|
args: [--branch, main]
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/psf/black
|
2022-04-06 14:50:47 +00:00
|
|
|
rev: 22.3.0
|
2021-03-31 17:43:38 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
args: [-l, "79"]
|
|
|
|
- repo: https://github.com/ansible-network/collection_prep
|
2022-05-09 19:56:06 +00:00
|
|
|
rev: 1.0.0
|
2021-03-31 17:43:38 +00:00
|
|
|
hooks:
|
|
|
|
- id: update-docs
|