Skip to content

Commit

Permalink
Merge pull request #2052 from loic/setup.cfg
Browse files Browse the repository at this point in the history
Made flake8 ignore the .git directory.
  • Loading branch information
apollo13 committed Dec 8, 2013
2 parents c78bd9e + 27dc790 commit 3f900a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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,./django/utils/lru_cache.py,./tests/comment_tests/*,./django/test/_doctest.py,./django/utils/six.py,./django/conf/app_template/*
exclude=.git,./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,E127,E128,E501,W601

[metadata]
Expand Down

0 comments on commit 3f900a1

Please sign in to comment.