Browse Source

Removed unnecessary app_template directory from flake8 exclude.

Unnecessary since abc0777b63057e2ff97eee2ff184356051e14c47 where the
extension was changed to not be ".py".
Jon Dufresne 5 years ago
parent
commit
9285926295
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
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