1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Flake8 fixes -- including not runnign flake8 over a backported file

This commit is contained in:
Alex Gaynor
2013-11-11 14:05:14 -08:00
parent 0be7f57a90
commit bc742ca110
3 changed files with 1 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
install-script = scripts/rpm-install.sh
[flake8]
exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py,./django/utils/six.py,./django/conf/app_template/*
exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./django/utils/lru_cache.py,./tests/comment_tests/*,./django/test/_doctest.py,./django/utils/six.py,./django/conf/app_template/*
ignore=E124,E125,E127,E128,E501,W601
[metadata]