We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1218502 commit 8e7e109Copy full SHA for 8e7e109
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_version = ['py310']
+target-version = ['py38']
31
32
[tool.ruff]
33
lint.ignore = ["C901", "E501", "E741", "W605", "F401", "W292"]
0 commit comments