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 16e78c8 commit e04ad47Copy full SHA for e04ad47
pyproject.toml
@@ -69,3 +69,8 @@ extend-exclude = '''
69
| nibabel/externals/
70
)
71
'''
72
+
73
+[tool.isort]
74
+profile = "black"
75
+line_length = 99
76
+extend_skip = ["_version.py", "externals"]
0 commit comments