8000 MAINT Adds target_version to black config (#20293) · adrinjalali/scikit-learn@bce14b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit bce14b4

Browse files
thomasjpfanadrinjalali
authored andcommitted
MAINT Adds target_version to black config (scikit-learn#20293)
1 parent aa52ec5 commit bce14b4

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)
0