Skip to content

Commit b3f7948

Browse files
committed
update toml file
1 parent a08e01c commit b3f7948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openvino_code/server/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build-backend = "setuptools.build_meta"
2727

2828
[tool.black]
2929
line-length = 119
30-
target_versions = ['py38', 'py39', 'py310', 'py311']
30+
target-versions = ['py38', 'py39', 'py310', 'py311']
3131
include = '\.pyi?$'
3232
# 'extend-exclude' excludes files or directories in addition to the defaults
3333
extend-exclude = '''

0 commit comments

Comments
 (0)