diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-28 10:41:20 -0600 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-28 10:41:20 -0600 |
| commit | c8b637d88e279412f52388b72c2bb581060b4ee9 (patch) | |
| tree | 1c8da8a73337bd1a49497004cde5b88eeb7174d7 /setup.cfg | |
| parent | 7477a4ffde4781f4e84503e66d7f775074089887 (diff) | |
All the E125 errors hvae been eradicated.
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,./django/utils/lru_cache.py,./tests/comment_tests/*,./django/test/_doctest.py,./django/utils/six.py,./django/conf/app_template/* -ignore=E124,E125,E127,E128,E501,W601 +ignore=E124,E127,E128,E501,W601 [metadata] license-file = LICENSE |
