| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,10 +11,10 @@ env: | |||
| 11 | 11 | cp requirements-dev.txt ./env/requirements.built | |
| 12 | 12 | ||
| 13 | 13 | flake8: | |
| 14 | - flake8 --max-line-length=$(MAX_LINE_LENGTH) *.py | ||
| 14 | + flake8 --max-line-length=$(MAX_LINE_LENGTH) examples *.py | ||
| 15 | 15 | ||
| 16 | 16 | test: | |
| 17 | 17 | nosetests -v | |
| 18 | 18 | ||
| 19 | 19 | autopep8: | |
| 20 | - autopep8 --max-line-length=$(MAX_LINE_LENGTH) -i *.py | ||
| 20 | + autopep8 --max-line-length=$(MAX_LINE_LENGTH) -i examples *.py | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments