From 4361d4edad28ed84bffac3b30a55e2b8702d72f7 Mon Sep 17 00:00:00 2001 From: AITBC System Date: Wed, 18 Mar 2026 19:44:23 +0100 Subject: [PATCH] fix: format pyproject.toml dependencies indentation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38c5b0dd..a0578446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,7 +145,7 @@ dev = [ "pytest-cov==7.0.0", "pytest-mock==3.15.1", "black==26.3.1", -"isort==8.0.1", + "isort==8.0.1", "ruff==0.15.5", "mypy==1.8.0", "bandit==1.9.4",