Fixing lint

This commit is contained in:
Bilal Baqar 2016-03-03 13:54:55 -08:00
parent 12b4ea49d3
commit 0da785f0ae
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ virtualenv:
netaddr jinja2
lint: virtualenv
.venv/bin/flake8 --exclude hooks/charmhelpers hooks unit_tests tests
.venv/bin/flake8 --exclude hooks/charmhelpers hooks unit_tests tests --ignore E402
@charm proof
unit_test: virtualenv