Skip to content

Commit

Permalink
update toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarijy committed Mar 28, 2024
1 parent a08e01c commit b3f7948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openvino_code/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build-backend = "setuptools.build_meta"

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

0 comments on commit b3f7948

Please sign in to comment.