Only lint mopidy and tests dir
This commit is contained in:
parent
1de032be07
commit
ffeb78c2cb
2
tasks.py
2
tasks.py
@ -28,7 +28,7 @@ def test(path=None, coverage=False, watch=False, warn=False):
|
|||||||
def lint(watch=False, warn=False):
|
def lint(watch=False, warn=False):
|
||||||
if watch:
|
if watch:
|
||||||
return watcher(lint)
|
return watcher(lint)
|
||||||
run('flake8', warn=warn)
|
run('flake8 mopidy tests', warn=warn)
|
||||||
|
|
||||||
|
|
||||||
@task
|
@task
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user