We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9aa07 commit 1218502Copy full SHA for 1218502
modules/openvino_code/server/pyproject.toml
@@ -27,7 +27,7 @@ build-backend = "setuptools.build_meta"
27
28
[tool.black]
29
line-length = 119
30
-target_versions = ['py310', 'py311']
+target_version = ['py310']
31
32
[tool.ruff]
33
lint.ignore = ["C901", "E501", "E741", "W605", "F401", "W292"]
0 commit comments