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

Appeased flake8 2.1.0.

This commit is contained in:
Aymeric Augustin
2014-04-21 12:25:43 +02:00
parent df3b1a01c7
commit 428c0bbe1b
13 changed files with 26 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ 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
ignore=E128,E501,W601
ignore=E123,E128,E265,E501,W601
[metadata]
license-file = LICENSE