diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-06-26 08:53:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-26 08:53:27 +0000 |
commit | 1ff9df7e724eb0c981aebd5f5b8aa90db0da292b (patch) | |
tree | 47abf0efb9643bd8a99b6acae2378f1621f0d8ff /tox.ini | |
parent | b04755b5148daf36db436dc066e1bef2c93f1879 (diff) | |
parent | 98fdb2810a7010edf0f12af0ed5d706df2af615c (diff) |
Merge "increase line length to 99"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |