From c31a28bfdfc0a6f7bf0c219613bd7ccd0fa4e05e Mon Sep 17 00:00:00 2001 From: mraniki Date: Tue, 10 Oct 2023 22:44:22 +0200 Subject: [PATCH] Remove unnecessary lines in pyproject.toml file --- pyproject.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea40f6bb..d9c4a05f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,10 +57,6 @@ overgeneral-exceptions = [ - - - - [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" @@ -69,10 +65,6 @@ pytest-mock = "^3.11.1" pytest-loguru = "^0.3.0" - - - - [tool.poetry.group.docs] optional = true