Skip to content

Commit c83891c

Browse files
committed
Move examples to examples directory
1 parent 0a0f7e0 commit c83891c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ env:
1111
cp requirements-dev.txt ./env/requirements.built
1212

1313
flake8:
14-
flake8 --max-line-length=$(MAX_LINE_LENGTH) *.py
14+
flake8 --max-line-length=$(MAX_LINE_LENGTH) examples *.py
1515

1616
test:
1717
nosetests -v
1818

1919
autopep8:
20-
autopep8 --max-line-length=$(MAX_LINE_LENGTH) -i *.py
20+
autopep8 --max-line-length=$(MAX_LINE_LENGTH) -i examples *.py
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)