diff options
author | Collin Anderson <cmawebsite@gmail.com> | 2015-02-05 13:25:34 -0500 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2015-02-06 09:30:35 -0500 |
commit | db77915c9fd35a203edd8206f702ee4082f04d4a (patch) | |
tree | 4e97bb2cba7f08dc080992e266e18e9a9c9cc5f5 /setup.cfg | |
parent | eb45a29565fe006b87657e9ee24054c66a6474f9 (diff) | |
download | django-db77915c9fd35a203edd8206f702ee4082f04d4a.tar.gz |
Fixed E265 comment style
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/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py,./tests/.env,./xmlrunner -ignore=E123,E128,E265,E501,W601 +ignore=E123,E128,E501,W601 max-line-length = 119 [isort] |