devstack-plugin-tobiko/.pre-commit-config.yaml
Eduardo Olivares f878ef48b5 Upgrade tox version to 4.13
sphinx version also updated

Depends-On: I2c61e753e55340b19ab941fd532de0cab875d51c
Change-Id: I80ae1fc69d5e8e2a31ac52c02a1604225eefba3c
2024-03-05 13:12:39 +01:00

31 lines
762 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.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.35.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://opendev.org/openstack/bashate.git
rev: 2.1.1
hooks:
- id: bashate