ignoring error E901 for py3

This commit is contained in:
Gabriel Falcão 2015-12-14 02:49:29 -02:00
parent 40a7800d89
commit 0eb53806db
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ test: unit functional acceptance
lint:
@echo "Checking code style ..."
@flake8 --show-source --ignore=F821 httpretty
@flake8 --show-source --ignore=F821,E901 httpretty
unit: prepare lint
@echo "Running unit tests ..."