Add bashate

... to enforce consistent format and also catch potential issues.
Note that shell script is mainly used in devstack plugin atm.

Change-Id: I0b37f5d8fe6401b6e3509f128994c10bb00f7295
This commit is contained in:
Takashi Kajinami
2025-06-11 15:51:02 +09:00
parent 87dde46381
commit ddf42f8dad

View File

@@ -28,3 +28,9 @@ repos:
hooks:
- id: pyupgrade
args: [--py3-only]
- repo: https://github.com/openstack/bashate
rev: 2.1.1
hooks:
- id: bashate
args: ['-v', '-iE006']
exclude: '.tox/.*'