bootstrap_python/.pre-commit-config.yaml

29 lines
650 B
YAML
Raw Normal View History

---
default_stages: [ commit, manual ]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2022-04-27 10:36:59 +02:00
rev: v4.2.0
hooks:
- id: no-commit-to-branch
args: [ --branch, main ]
- repo: https://github.com/pre-commit/pre-commit-hooks
2022-04-27 10:36:59 +02:00
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: fix-byte-order-marker
- repo: https://github.com/ansible-community/ansible-lint.git
2022-04-27 10:36:59 +02:00
rev: v6.0.2
hooks:
- name: Run ansible-lint
id: ansible-lint
- repo: https://github.com/jorisroovers/gitlint
2022-04-27 10:36:59 +02:00
rev: v0.17.0
hooks:
- name: Run gitlint
id: gitlint