8000 MNT Update black and ruff to match min Python version · scikit-learn/scikit-learn@97c334f · GitHub
[go: up one dir, main page]

Skip to content

Commit 97c334f

Browse files
MNT Update black and ruff to match min Python version
1 parent a76b029 commit 97c334f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ requires = [
106106

107107
[tool.black]
108108
line-length = 88
109-
target-version = ['py310', 'py311']
109+
target-version = ['py310', 'py311', 'py312', 'py313']
110110
preview = true
111111
exclude = '''
112112
/(
@@ -126,7 +126,7 @@ exclude = '''
126126
[tool.ruff]
127127
# max line length for black
128128
line-length = 88
129-
target-version = "py38"
129+
target-version = "py310"
130130
exclude=[
131131
".git",
132132
"__pycache__",

0 commit comments

Comments
 (0)
0