aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-06-21 18:00:22 -0700
committerJing Lu <lvjing5@huawei.com>2017-07-03 06:02:35 +0000
commit75be9a172539d9e45f113001ed0b3daeb06e0e1c (patch)
tree29fe06ca95082238de04a21b0c38f0e9d386f112
parentd609aa7438e543354debfe86ab9d34a0e6402eda (diff)
increase line length to 99
When line length is 79 I have to spend too much time manually wrapping my code into unreadable junk I can't use expressive tuple unpacking and I start shortening variables and other bad tricks to decrease the line length. We have too many levels of indent to manage with 79 class: def: if: for: etc. Change-Id: Ib2ce9cf887f9880c46815822c8d0e1a7806e53ca Signed-off-by: Ross Brattain <ross.b.brattain@intel.com> (cherry picked from commit 98fdb2810a7010edf0f12af0ed5d706df2af615c)
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index bfba8ec0c..caa11fbe9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,4 +20,5 @@ whitelist_externals = /bin/bash
#ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405
# dovetail flake8 ignores
ignore = E123,E125,H803
+max-line-length = 99
exclude = .venv,.git,.tox,dist,docs,*egg,build