Skip to content

Commit e04ad47

Browse files
committed
MNT: Add isort configuration
1 parent 16e78c8 commit e04ad47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@ extend-exclude = '''
6969
| nibabel/externals/
7070
)
7171
'''
72+
73+
[tool.isort]
74+
profile = "black"
75+
line_length = 99
76+
extend_skip = ["_version.py", "externals"]

0 commit comments

Comments
 (0)