ansible.utils/.pre-commit-config.yaml

25 lines
578 B
YAML
Raw Normal View History

---
2022-04-07 10:06:28 +00:00
ci:
skip:
# pre-commit.ci has trouble with this one
- update-docs
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
2022-04-06 14:50:47 +00:00
rev: 22.3.0
hooks:
- id: black
args: [-l, "79"]
- repo: https://github.com/ansible-network/collection_prep
rev: 0.9.4
hooks:
- id: update-docs