mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Added build to flake8.exclude.
This commit is contained in:
parent
3bc6b18cb9
commit
a61c429374
1 changed files with 1 additions and 1 deletions
|
@ -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=.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/*
|
exclude=build,.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=E128,E501,W601
|
ignore=E128,E501,W601
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue