Skip to content

Commit

Permalink
ignoring error E901 for py3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Dec 14, 2015
1 parent 40a7800 commit 0eb5380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..."
Expand Down

0 comments on commit 0eb5380

Please sign in to comment.