summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-29 15:48:35 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-18 10:44:13 -0400
commitba043644ad6f002346a49a9b45ba94af7caed24c (patch)
tree4d6152e795934099cfc453bff0b41eeede376b91
parent4aa10001c7c763c543ff70cc120a977efe40ff7e (diff)
downloadphosphor-rest-server-ba043644ad6f002346a49a9b45ba94af7caed24c.tar.gz
phosphor-rest-server-ba043644ad6f002346a49a9b45ba94af7caed24c.zip
Enable pycodestyle
Change-Id: If8a286aed96a73bc5cd05578264ab37d3f43323c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud