Skip to content

Commit ee23aa2

Browse files
author
Ben Cipollini
committed
update tox
1 parent debabec commit ee23aa2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ deps =
1818
deps =
1919
[testenv:np-1.2.1]
2020
deps =
21+
[flake8]
22+
max-line-length=100
23+
ignore=D100,D101,D102,D103,D104,D105,D200,D201,D204,D205,D208,D210,D300,D301,D400,D401,D403,E266,E402,E731,F821,I100,I101,I201,N802,N803,N804,N806
24+
exclude=*test*,*sphinx*,nibabel/externals/*,*/__init__.py
25+

0 commit comments

Comments
 (0)