We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478ebb0 commit 5104caeCopy full SHA for 5104cae
pyproject.toml
@@ -65,3 +65,8 @@ extend-exclude = '''
65
| nibabel/externals/
66
)
67
'''
68
+
69
+[tool.isort]
70
+profile = "black"
71
+line_length = 99
72
+extend_skip = ["_version.py", "externals"]
0 commit comments