From 499ec9dac04e681507961aea19ad7e9ed2b40739 Mon Sep 17 00:00:00 2001 From: Mitchell Bregman Date: Tue, 6 Jan 2026 22:59:12 -0500 Subject: [PATCH] fix indent in pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be27ae9c..f0f5ae24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,9 @@ dev = [ "versioningit>=3.0.0,<4.0.0", ] tests = [ - "pytest==7.1.3", - "pytest-cov==3.0.0", - "pytest-runner==6.0.0", + "pytest==7.1.3", + "pytest-cov==3.0.0", + "pytest-runner==6.0.0", ] packaging = [ "build==0.8.0",