Skip to content

Commit e63bf7f

Browse files
committed
exclude indentation error
1 parent 77ef0dd commit e63bf7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ envlist = py27,py34
55
deps = flake8
66
pandas
77

8+
[flake8]
9+
ignore = E111
10+
11+
812
commands = flake8 --ignore=E501 --filename=*.py --exclude=doc,setup.py,*/tests/*
913
python -m unittest discover --pattern=*.py tests

0 commit comments

Comments
 (0)