diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-04 08:15:09 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-05 09:22:16 -0400 |
| commit | 1101467ce0756272a54f4c7bc65c4c335a94111b (patch) | |
| tree | ddfd451bbc041d69284d3685e351ffc88872780e /setup.cfg | |
| parent | f8bb8436e533abad563b5235cf0e62e42dbc5f01 (diff) | |
Limited lines to 119 characters in django/
refs #23395.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,8 +3,9 @@ doc_files = docs extras AUTHORS INSTALL LICENSE README.rst 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 +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,*/migrations/* ignore=E123,E128,E265,E501,W601 +max-line-length = 119 [metadata] license-file = LICENSE |
