diff options
| author | Tim Graham <timograham@gmail.com> | 2016-11-14 18:22:39 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-14 18:26:50 -0500 |
| commit | 0ed5c94156c0434cbc28dc9ed1c5119659a09f36 (patch) | |
| tree | 18390a1466aad4e4acfcc56856a77e472b5914ae | |
| parent | a3fa2c463122974460adcab91defb479841de745 (diff) | |
[1.9.x] Ignored flake8's newly added E305, E741, E743.
| -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,tests/view_tests/tests/py3_test_debug.py,tests/template_tests/annotated_tag_function.py -ignore = E123,E128,E402,W503,E731,W601 +ignore = E123,E128,E305,E402,W503,E731,E741,E743,W601 max-line-length = 119 [isort] |
