chore(ml): replace black with ruff format (#25578)

This commit is contained in:
Timon
2026-02-02 15:02:06 +01:00
committed by GitHub
parent 0273dcb0cf
commit 9f52d864cf
3 changed files with 2 additions and 57 deletions
-5
View File
@@ -41,7 +41,6 @@ types = [
"types-ujson>=5.10.0.20240515",
]
lint = [
"black>=23.3.0",
"mypy>=1.3.0",
"ruff>=0.0.272",
{ include-group = "types" },
@@ -93,9 +92,5 @@ target-version = "py311"
select = ["E", "F", "I"]
per-file-ignores = { "test_main.py" = ["F403"] }
[tool.black]
line-length = 120
target-version = ['py311']
[tool.pytest.ini_options]
markers = ["providers", "ov_device_ids"]