Disable PEP8 - E704

This commit is contained in:
Kiran Bandla 2015-03-27 12:17:31 -04:00
parent f911b75ca0
commit 46d4882070
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ max-line-length: 140
autodetect: yes
ignore-paths:
- docs
pep8:
disable:
- E704