From c22fea41cc840465d7c80795ade4615ee503a6ae Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Wed, 25 Sep 2024 18:49:15 -0300 Subject: [PATCH] chore: Enable type checking for `setuptools` --- mypy.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/mypy.ini b/mypy.ini index 4a64dbc1..5f154628 100644 --- a/mypy.ini +++ b/mypy.ini @@ -38,9 +38,6 @@ ignore_missing_imports = True [mypy-rest_framework.*] ignore_missing_imports = True -[mypy-setuptools.*] -ignore_missing_imports = True - [pydantic-mypy] init_forbid_extra = True init_typed = True