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 eb64b61 commit d9c53e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/openvino_code/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ requires = ["setuptools>=43.0.0", "wheel"]
build-backend = "setuptools.build_meta"



[tool.black]
line-length = 119
target-version = ['py38', 'py39']

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

0 comments on commit d9c53e4

Please sign in to comment.