Update linting instructions. (#896)

flake8 changes tests lints only the test dir.
This commit is contained in:
Bogdan 2016-08-09 09:54:59 -07:00 committed by GitHub
parent b0a1f07818
commit 572c6ee85e
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ Lint the project with:
# for python changes # for python changes
flake8 changes tests flake8 changes tests
flake8 changes caravel
# for javascript # for javascript
npm run lint npm run lint