devstack-plugin-tobiko/.pre-commit-config.yaml
Eduardo Olivares af7ba5759f Jobs cleanup prior to drop of python3.6 support
Tobiko next release 0.7.0 will not support python3.6.
This patch removes some obsolete jobs from the
devstack-plugin-tobiko project.

Change-Id: I4a5ac77948ddb65944b0852b03122190a659269b
2023-08-24 12:35:06 +02:00

31 lines
762 B
YAML

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