Skip to content

Commit 5104cae

Browse files
committed
MNT: Add isort configuration
1 parent 478ebb0 commit 5104cae

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
@@ -65,3 +65,8 @@ extend-exclude = '''
6565
| nibabel/externals/
6666
)
6767
'''
68+
69+
[tool.isort]
70+
profile = "black"
71+
line_length = 99
72+
extend_skip = ["_version.py", "externals"]

0 commit comments

Comments
 (0)