commit | aea38c650b8554e8f6293483286eba18a5547cd9 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jan 30 13:00:26 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Mar 29 15:44:10 2018 -0400 |
tree | 870f8e1645a20fce741e2f8572336f4a0931e2a7 | |
parent | dc63ed495112f1f7f36fd9b125d48b7fbf4b2323 [diff] [blame] |
Enable pycodestyle Apply fix-ups and run pycodestyle during CI testing. Change-Id: I1005495b11e228abdc8d40a51dbf81c4a6e6c92c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..96c1d9a --- /dev/null +++ b/setup.cfg
@@ -0,0 +1,3 @@ +[pycodestyle] +max-line-length = 80 +select=E226