Added virtualenv directories to flake8 exclude list.
This commit is contained in:
parent
fa3c332415
commit
d3d7b74ff9
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue