From f395daac96c8122623700c2b124d905266ea8223 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 2 Aug 2021 08:56:24 -0700 Subject: Enable pycodestyle This commit allows our python code to be run through the CI format-code scripts. The exact content is copied from sdbusplus. Tested, ran pycodeformat on each script, observed it passing. Ran each script individually. check_base_registry seems broken previous to this commit, although it provides the same output. Signed-off-by: Ed Tanous Change-Id: I7eacfa355b794f49308b900c2988809d2aa122c3 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000000..d9fc1485f5 --- /dev/null +++ b/setup.cfg @@ -0,0 +1 @@ +# Empty config to trigger pycodestyle. -- cgit v1.2.3