Skip to content

Commit 124da51

Browse files
committed
update toml file
1 parent b3f7948 commit 124da51

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

modules/openvino_code/server/pyproject.toml

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

2828
[tool.black]
2929
line-length = 119
30-
target-versions = ['py38', 'py39', 'py310', 'py311']
31-
include = '\.pyi?$'
32-
# 'extend-exclude' excludes files or directories in addition to the defaults
33-
extend-exclude = '''
34-
# A regex preceded with ^/ will apply only to files and directories
35-
# in the root of the project.
36-
(
37-
^/foo.py # exclude a file named foo.py in the root of the project
38-
| .*_pb2.py # exclude autogenerated Protocol Buffer files anywhere in the project
39-
)
40-
'''
30+
target_versions = ['py38', 'py39', 'py310', 'py311']
4131

4232
[tool.ruff]
4333
lint.ignore = ["C901", "E501", "E741", "W605", "F401", "W292"]

0 commit comments

Comments
 (0)