Skip to content

Commit 3783d7f

Browse files
committed
Update black config.
1 parent d8e154f commit 3783d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ universal = true
107107

108108
[tool.black]
109109
line_length = 100
110-
target_version = ['py37', 'py38', 'py39', 'py310', 'py311']
110+
target_version = ['py39', 'py310', 'py311', 'py312', 'py313']
111111
include = '\.pyi?$'
112112
exclude = '''
113113
(

0 commit comments

Comments
 (0)