From a0ecddc81bfbba9bbb9f57f995954d158d83b389 Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Sun, 10 May 2026 15:20:02 -0500 Subject: [PATCH] chore: align dev optional-deps indentation in pyproject.toml Normalize list entry indentation to match the rest of [project] tables. Co-authored-by: Cursor --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db222db..825a4bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,12 +36,12 @@ dev = [ "build>=1.2", "coverage[toml]>=7.4", "datamodel-code-generator==0.56.1", - "pip-audit>=2.7", - "pytest>=8.0", - "pytest-asyncio>=0.24", - "pytest-cov>=6.0", - "ruff>=0.8", - "tox>=4", + "pip-audit>=2.7", + "pytest>=8.0", + "pytest-asyncio>=0.24", + "pytest-cov>=6.0", + "ruff>=0.8", + "tox>=4", ] [tool.intentproof]