Skip to content

Commit 16e78c8

Browse files
committed
MNT: Add blue configuration
1 parent 2838c06 commit 16e78c8

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
@@ -59,3 +59,13 @@ find = {}
5959

6060
[tool.setuptools.package-data]
6161
nibabel = ["tests/data/*", "*/tests/data/*", "benchmarks/pytest.benchmark.ini"]
62+
63+
[tool.blue]
64+
line_length = 99
65+
target-version = ['py37']
66+
extend-exclude = '''
67+
(
68+
_version.py
69+
| nibabel/externals/
70+
)
71+
'''

0 commit comments

Comments
 (0)