Added virtualenv directories to flake8 exclude list.

This commit is contained in:
Cody Rioux 2016-04-29 14:17:38 -07:00
parent fa3c332415
commit d3d7b74ff9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ clean:
find . -name "*.pyc" -exec rm {} \; find . -name "*.pyc" -exec rm {} \;
lint: lint:
flake8 . flake8 --exclude=lib/,bin/ .
sync_data_to_s3: sync_data_to_s3:
s3cmd sync --recursive data/ s3://$(BUCKET)/data/ s3cmd sync --recursive data/ s3://$(BUCKET)/data/