summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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