Skip to content

Commit

Permalink
MAINT Adds target_version to black config (scikit-learn#20293)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan authored and madhuracj committed Jun 24, 2021
1 parent 058e429 commit 0e8a535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ requires = [

[tool.black]
line-length = 88
target_version = ['py37', 'py38', 'py39']
exclude = '''
/(
\.eggs # exclude a few common directories in the
Expand Down

0 comments on commit 0e8a535

Please sign in to comment.