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 124da51 commit 4d9aa07
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 = ['py310', 'py311']

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

0 comments on commit 4d9aa07

Please sign in to comment.