diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-04-21 12:25:43 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-04-21 12:27:34 +0200 |
| commit | 428c0bbe1bcd303560d7e96d7d2721ff3fdc0e3f (patch) | |
| tree | 474287f4b5e96203f941a6e4f9bb1f90257ccc74 /setup.cfg | |
| parent | df3b1a01c7d6326e966fbe13aa149265f4bf9c8f (diff) | |
Appeased flake8 2.1.0.
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=build,.git,./django/utils/dictconfig.py,./django/utils/unittest.py,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py -ignore=E128,E501,W601 +ignore=E123,E128,E265,E501,W601 [metadata] license-file = LICENSE |
