summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2021-08-02 18:56:24 +0300
committerGunnar Mills <gmills@us.ibm.com>2021-08-04 16:37:30 +0300
commitf395daac96c8122623700c2b124d905266ea8223 (patch)
treedf1b920625cbb108d978c0a76be04c6b0edd610b /setup.cfg
parentc21865c469cfc9dffdc15d87710293115cf6d9e4 (diff)
downloadbmcweb-f395daac96c8122623700c2b124d905266ea8223.tar.xz
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 <edtanous@google.com> Change-Id: I7eacfa355b794f49308b900c2988809d2aa122c3
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
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.