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