Skip to content

Commit e8f58cd

Browse files
authored
MAINT Adds target_version to black config (scikit-learn#20293)
1 parent a4e5f96 commit e8f58cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ requires = [
1919

2020
[tool.black]
2121
line-length = 88
22+
target_version = ['py37', 'py38', 'py39']
2223
exclude = '''
2324
/(
2425
\.eggs # exclude a few common directories in the

0 commit comments

Comments
 (0)