From f962fda3d1e1f26cc1d45915690bbc9a3a73b7a6 Mon Sep 17 00:00:00 2001 From: aydawka Date: Tue, 28 Jan 2025 12:16:14 -0800 Subject: [PATCH] fix: location of package-mode --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4719ef2..a1b9d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,4 @@ [tool.poetry] -package-mode = false name = "fairhub-api" version = "0.1.0" @@ -172,7 +171,7 @@ quiet = true profile = "black" [tool.mypy] - +package-mode = false ignore_missing_imports = true no_implicit_optional = true check_untyped_defs = true