]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
pre-commit: Add bashate
authorStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 16:32:02 +0000 (17:32 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 16:34:48 +0000 (17:34 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.pre-commit-config.yaml

index c8d326125ba75830f158ae3d303cfadd3aeff300..cff9d07da8f6518b3afe4097822ec634ac8faed1 100644 (file)
@@ -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: