Skip to content

Commit 478ebb0

Browse files
committed
MNT: Add blue configuration
1 parent 0a6e73e commit 478ebb0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,13 @@ find = {}
5555

5656
[tool.setuptools.package-data]
5757
nibabel = ["tests/data/*", "*/tests/data/*", "benchmarks/pytest.benchmark.ini"]
58+
59+
[tool.blue]
60+
line_length = 99
61+
target-version = ['py37']
62+
extend-exclude = '''
63+
(
64+
_version.py
65+
| nibabel/externals/
66+
)
67+
'''

0 commit comments

Comments
 (0)