#222 Do not check flake8 inside .env
Merged 5 years ago by jkaluza. Opened 5 years ago by cqi.

file modified
+1 -1
@@ -32,7 +32,7 @@ 

  basepython = python3

  skip_install = true

  deps = flake8

- commands = flake8 --ignore E501,E731 --exclude server/odcs/server/migrations/*,.tox/*,build/*

+ commands = flake8 --ignore E501,E731 --exclude server/odcs/server/migrations/*,.tox/*,build/*,.env

  

  [testenv:bandit]

  basepython = python3

I usually create .env directory inside odcs repository, which should not
be check by flake8.

Signed-off-by: Chenxiong Qi cqi@redhat.com

Pull-Request has been merged by jkaluza

5 years ago