mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Removed unnecessary app_template directory from flake8 exclude.
Unnecessary since abc0777b63
where the
extension was changed to not be ".py".
This commit is contained in:
parent
8ea3ff155e
commit
9285926295
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
|
|||
install-script = scripts/rpm-install.sh
|
||||
|
||||
[flake8]
|
||||
exclude = build,.git,.tox,./django/conf/app_template/*,./tests/.env
|
||||
exclude = build,.git,.tox,./tests/.env
|
||||
ignore = W504,W601
|
||||
max-line-length = 119
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue