From 6798abfa9140bda3f38229957a1287ebbe5f5ded Mon Sep 17 00:00:00 2001 From: davidberenstein1957 Date: Mon, 7 Oct 2024 13:05:24 +0200 Subject: [PATCH] chore: remove tool.pdm section --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa3f5aeda..b3b25efa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,6 +125,4 @@ select = ["E", "W", "F", "I", "C", "B"] ignore = ["E501", "B905", "B008"] [tool.pytest.ini_options] -testpaths = ["tests"] - -[tool.pdm] +testpaths = ["tests"] \ No newline at end of file