diff options
| author | Tim Graham <timograham@gmail.com> | 2013-10-21 08:52:21 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-21 08:52:21 -0400 |
| commit | 499cd912ca36597df737df73c8f91ffab36c83d9 (patch) | |
| tree | e8f7ec9751128d3f595d43c5d70a8aa0d2e93b0a /setup.cfg | |
| parent | b289fcf1bfeaa717ed465b2529a275b61dc02d92 (diff) | |
Fixed E227 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=E124,E125,E127,E128,E225,E226,E241,E251,E302,E501,E203,E221,E227,E231,E261,E301,F401,F403,W601 +ignore=E124,E125,E127,E128,E225,E226,E241,E251,E302,E501,E203,E221,E231,E261,E301,F401,F403,W601 [metadata] license-file = LICENSE |
