Skip to content

Commit d3d7b74

Browse files
committed
Added virtualenv directories to flake8 exclude list.
1 parent fa3c332 commit d3d7b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.repo_name }}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clean:
2020
find . -name "*.pyc" -exec rm {} \;
2121

2222
lint:
23-
flake8 .
23+
flake8 --exclude=lib/,bin/ .
2424

2525
sync_data_to_s3:
2626
s3cmd sync --recursive data/ s3://$(BUCKET)/data/

0 commit comments

Comments
 (0)