diff options
| author | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 00:58:02 +0100 |
|---|---|---|
| committer | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 01:46:24 +0100 |
| commit | bab9123daa5d05150951f74183906a76d2b0cf27 (patch) | |
| tree | 4fc24535f85f84c69e64c6eac654294725d906df /setup.cfg | |
| parent | 65d1d65d52a87bba22845bcb7c3c921a8789ec19 (diff) | |
Fixed #21268 -- Fixed E303 pep8 warnings
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 -ignore=E123,E124,E125,E126,E127,E128,E225,E226,E241,E251,E302,E501,E203,E221,E227,E231,E261,E301,E303,F401,F403,F841,W601 +ignore=E123,E124,E125,E126,E127,E128,E225,E226,E241,E251,E302,E501,E203,E221,E227,E231,E261,E301,F401,F403,F841,W601 [metadata] license-file = LICENSE |
