2021-03-31 17:43:38 +00:00
|
|
|
---
|
2022-04-07 10:06:28 +00:00
|
|
|
ci:
|
|
|
|
skip:
|
|
|
|
# pre-commit.ci has trouble with this one
|
|
|
|
- update-docs
|
|
|
|
- black
|
|
|
|
- end-of-file-fixer
|
|
|
|
- trailing-whitespace
|
2021-03-31 17:43:38 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v3.1.0
|
|
|
|
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
|
|
|
|
rev: 19.3b0
|
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
args: [-l, "79"]
|
|
|
|
- repo: https://github.com/ansible-network/collection_prep
|
2021-09-15 14:12:36 +00:00
|
|
|
rev: 0.9.4
|
2021-03-31 17:43:38 +00:00
|
|
|
hooks:
|
|
|
|
- id: update-docs
|