From d24d20fd8ef6189ab4df777ddfdd60bf816e392c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 23 Nov 2022 10:43:25 +0000 Subject: manifest: integrate support for 'flake8' formatting job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows the manifest to request use of 'flake8' for python code formatting checks. Signed-off-by: Daniel P. Berrangé --- examples/manifest.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/manifest.yml b/examples/manifest.yml index e3144bd..9b53447 100644 --- a/examples/manifest.yml +++ b/examples/manifest.yml @@ -47,6 +47,7 @@ gitlab: # go-fmt: false # clang-format: false # black: false +# flake8: false # # templates: # native-build: .native_build_job -- cgit v1.1