summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-04 08:15:09 -0400
committerTim Graham <timograham@gmail.com>2014-09-05 09:22:16 -0400
commit1101467ce0756272a54f4c7bc65c4c335a94111b (patch)
treeddfd451bbc041d69284d3685e351ffc88872780e /setup.cfg
parentf8bb8436e533abad563b5235cf0e62e42dbc5f01 (diff)
Limited lines to 119 characters in django/
refs #23395.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f6a4a2b981..363697fda8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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