From 8e86d493469612d7a5d96eab53cd8c136d8d6715 Mon Sep 17 00:00:00 2001 From: Really Him Date: Tue, 13 May 2025 11:07:36 -0400 Subject: [PATCH] fix: pyproject --- src/git/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/git/pyproject.toml b/src/git/pyproject.toml index 96a6d5b5..1869135c 100644 --- a/src/git/pyproject.toml +++ b/src/git/pyproject.toml @@ -31,7 +31,6 @@ build-backend = "hatchling.build" [tool.uv] dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.3", "pytest>=8.0.0"] -typed=true [tool.pytest.ini_options] testpaths = ["tests"]