From c362146ffee6e689729b8754d60c655af8bc317b Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Nov 21 2018 07:54:11 +0000 Subject: Ignore .env for flake8 check Signed-off-by: Chenxiong Qi --- diff --git a/tox.ini b/tox.ini index 7743809..63d24e5 100644 --- a/tox.ini +++ b/tox.ini @@ -39,4 +39,4 @@ ignore_outcome = True [flake8] ignore = E501,E731 -exclude = freshmaker/migrations/*,.tox/*,build/*,__pycache__,scripts/print_handlers_md.py,.copr/* +exclude = freshmaker/migrations/*,.tox/*,build/*,__pycache__,scripts/print_handlers_md.py,.copr/*,.env