commit | bb6af8603e70162e45c2b667681f2024c98751ea | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 16 13:58:01 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 21 20:06:41 2021 +0000 |
tree | 155172bc05d8268e69146ec03e133d483b41cd78 | |
parent | c040d392bec704be919df9b992588c90c2612de0 [diff] [blame] |
python: enable code formatting Enable code formatting in CI by creating a dummy Python 'setup.cfg' and fix up the minor errors reported. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9ddaa263f7407c42fb4f58d478bd2efb1d2fe026
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..d9fc148 --- /dev/null +++ b/setup.cfg
@@ -0,0 +1 @@ +# Empty config to trigger pycodestyle.