From: Stephen Finucane Date: Tue, 1 Aug 2023 16:32:02 +0000 (+0100) Subject: pre-commit: Add bashate X-Git-Tag: v3.2.0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bcd917071c34ebfa42094918f6eff31c0a24fec;p=thirdparty%2Fpatchwork.git pre-commit: Add bashate Signed-off-by: Stephen Finucane --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8d32612..cff9d07d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,6 +17,10 @@ repos: rev: 6.1.0 hooks: - id: flake8 + - repo: https://github.com/openstack/bashate + rev: 2.1.1 + hooks: + - id: bashate - repo: https://github.com/psf/black rev: 23.7.0 hooks: