mirror of
https://github.com/django/django.git
synced 2025-01-10 18:36:05 +00:00
Made flake8 ignore the .git directory.
This commit is contained in:
parent
65faa84de3
commit
27dc7908d5
@ -3,7 +3,7 @@ doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
|
|||||||
install-script = scripts/rpm-install.sh
|
install-script = scripts/rpm-install.sh
|
||||||
|
|
||||||
[flake8]
|
[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
|
ignore=E124,E127,E128,E501,W601
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
|
Loading…
Reference in New Issue
Block a user