Skip to content

Commit

Permalink
All the E125 errors hvae been eradicated.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Nov 28, 2013
1 parent 7477a4f commit c8b637d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ install-script = scripts/rpm-install.sh

[flake8]
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
ignore=E124,E127,E128,E501,W601

[metadata]
license-file = LICENSE
Expand Down

0 comments on commit c8b637d

Please sign in to comment.