Skip to content

Commit dcb26f9

Browse files
author
Nathan Cassereau
committed
update pep8 command
1 parent a97133b commit dcb26f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ clean : FORCE
4242
$(PYTHON) setup.py clean
4343

4444
pep8 :
45-
flake8 examples/ ot/ test/
45+
flake8 examples/ ot/ test/ --count --max-line-length=127 --statistics --show-source
4646

4747
test : FORCE pep8
4848
$(PYTHON) -m pytest --durations=20 -v test/ --doctest-modules --ignore ot/gpu/

0 commit comments

Comments
 (0)