diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-12-08 05:23:22 -0800 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-12-08 05:23:22 -0800 |
| commit | 3f900a1e2c1d9cbf0a7275a13fc542f7df2b845a (patch) | |
| tree | 2956e435e2e53cdafe9e9332159df94b2132403e | |
| parent | c78bd9eff2f7751c7e40b411221c516859b827da (diff) | |
| parent | 27dc7908d59385950b0f3ff1aa4bf0cddd787a2a (diff) | |
Merge pull request #2052 from loic/setup.cfg
Made flake8 ignore the .git directory.
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
