Skip to content

Commit e9c0b28

Browse files
committed
STY: Switched single to double quotes to conform with the rest of the file.
1 parent 34b096d commit e9c0b28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ nibabel = ["tests/data/*", "*/tests/data/*", "benchmarks/pytest.benchmark.ini"]
8383

8484
[tool.blue]
8585
line_length = 99
86-
target-version = ['py37']
87-
extend-exclude = '''
86+
target-version = ["py37"]
87+
extend-exclude = """
8888
(
8989
_version.py
9090
| nibabel/externals/
9191
)
92-
'''
92+
"""
9393

9494
[tool.isort]
9595
profile = "black"

0 commit comments

Comments
 (0)