diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-03 10:17:58 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-03 10:17:58 -0800 |
| commit | f67e18f39eef898ee99120bb3913a34a1c118089 (patch) | |
| tree | 845987cc088b64d91d08aff0cbb648ab630ed2ff /setup.cfg | |
| parent | c347f78cc1b2a06958f692f0622deceac534dc6b (diff) | |
Fixed all E251 violations
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ install-script = scripts/rpm-install.sh [flake8] exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py,./django/utils/six.py,./django/conf/app_template/* -ignore=E124,E125,E127,E128,E251,E501,W601 +ignore=E124,E125,E127,E128,E501,W601 [metadata] license-file = LICENSE |
