Enable pycodestyle

Change-Id: If8a286aed96a73bc5cd05578264ab37d3f43323c
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