summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-12-11 23:50:42 -0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-12 08:50:42 +0100
commit9285926295fbfc86b70e7be8d595d4cfbe7895b8 (patch)
treee2bf1d65c5db0481099281326788b711f61ac556 /setup.cfg
parent8ea3ff155eda8c9aa55e01e756c13faf2eb542d6 (diff)
downloaddjango-9285926295fbfc86b70e7be8d595d4cfbe7895b8.tar.gz
Removed unnecessary app_template directory from flake8 exclude.
Unnecessary since abc0777b63057e2ff97eee2ff184356051e14c47 where the extension was changed to not be ".py".
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index db0387c775..bfaf0bb3a3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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