commit | 9f77a47af1585a17c0c4e93afe1f935eb78e827e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jul 16 14:23:51 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jul 21 14:59:27 2020 +0000 |
tree | 81f8d1c12bc12eb6727c366e49cf2c301b713d86 | |
parent | c65b3aab8645c89ce0ac0776aeffc408661dbd2b [diff] [blame] |
python: fix pycodestyle issues Create a file 'setup.cfg' so that openbmc-build-scripts will automatically run 'pycodestyle' on the code base. Fix up any issues already reported by pycodestyle. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5d98df0b844e5cbdbdb4dc580cb4c406538f3b4f
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.