Skip to content

Commit af1bbca

Browse files
author
Ben Cipollini
committed
STY: fix up pep8 failures.
1 parent dcd4c80 commit af1bbca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nibabel/gifti/gifti.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ class GiftiDataArray(xml.XmlSerializable):
244244
"""
245245

246246
def __init__(self, data=None,
247-
encoding="GIFTI_ENCODING_B64GZ",
248-
endian=sys.byteorder,
249-
coordsys=None,
250-
ordering="C",
251-
meta=None):
247+
encoding="GIFTI_ENCODING_B64GZ",
248+
endian=sys.byteorder,
249+
coordsys=None,
250+
ordering="C",
251+
meta=None):
252252
"""
253253
Returns a shell object that cannot be saved.
254254
"""

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ deps =
2020
deps =
2121
[flake8]
2222
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
23+
ignore=D100,D101,D102,D103,D104,D105,D200,D201,D202,D204,D205,D208,D209,D210,D300,D301,D400,D401,D403,E266,E402,E731,F821,I100,I101,I201,N802,N803,N804,N806
2424
exclude=*test*,*sphinx*,nibabel/externals/*,*/__init__.py
2525

0 commit comments

Comments
 (0)