From de4d33a800984a3166448ae45b4b82c17668653d Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 11 Nov 2023 05:11:36 -0600 Subject: [PATCH] ci(mypy[Remove enable_incomplete_feature]): Remove Unpack (added by default in mypy 1.7.0) Warning: Unpack is already enabled by default --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba84d80e..284a0114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ files = [ "src/", "tests/", ] -enable_incomplete_feature = ["Unpack"] +enable_incomplete_feature = [] [tool.django-stubs] django_settings_module = "tests.settings"