devstack-plugin-tobiko/.pre-commit-config.yaml
Federico Ressi 1367f52012 Add jobs with dvr_snat and dvr_no_external L3 agent mode
make *_ovs_dvr* jobs voting

Change-Id: Ib6f5d4b04335be072c22223c2c468dcee9fb60d2
2022-06-16 10:14:55 +02:00

31 lines
762 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-symlinks
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
- id: forbid-new-submodules
- id: requirements-txt-fixer
args: [linters-requirements.txt]
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
hooks:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://opendev.org/openstack/bashate.git
rev: 2.1.0
hooks:
- id: bashate