nficano commited on
Commit
cd94267
·
1 Parent(s): 29179d5

rewired up flake8

Browse files
Files changed (1) hide show
  1. Makefile +1 -0
Makefile CHANGED
@@ -7,6 +7,7 @@ help:
7
  ci:
8
  pip install pipenv
9
  pipenv install --dev
 
10
  pipenv run pytest --cov-report term-missing --cov=pytube
11
 
12
  clean: clean-build clean-pyc
 
7
  ci:
8
  pip install pipenv
9
  pipenv install --dev
10
+ pipenv run flake8
11
  pipenv run pytest --cov-report term-missing --cov=pytube
12
 
13
  clean: clean-build clean-pyc