From c31a28bfdfc0a6f7bf0c219613bd7ccd0fa4e05e Mon Sep 17 00:00:00 2001 From: mraniki Date: Tue, 10 Oct 2023 22:44:22 +0200 Subject: [PATCH 1/2] 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 From d644e15080e7b4a0baae0f52c20a3f0f8e037391 Mon Sep 17 00:00:00 2001 From: mraniki Date: Tue, 10 Oct 2023 22:47:34 +0200 Subject: [PATCH 2/2] :fire: Remove overgeneral-exceptions from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9c4a05f..adac0713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,6 @@ overgeneral-exceptions = [ ] - [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1"