diff --git a/engine/pyproject.toml b/engine/pyproject.toml index 69c7daeb..b74b866f 100644 --- a/engine/pyproject.toml +++ b/engine/pyproject.toml @@ -32,7 +32,6 @@ disable_error_code = [ "call-arg", "call-overload", "has-type", - "import", "index", "misc", "name-defined", @@ -54,6 +53,7 @@ module = [ # we can slowly either start to add library stubs ourselves, or try and upgrade these libraries to see if # a newer version includes type stubs "anymail.*", + "celery.utils.debug", "debug_toolbar.*", "django_deprecate_fields.*", "django_sns_view.*", @@ -78,6 +78,7 @@ module = [ "twilio.*", "uwsgidecorators.*", "whitenoise.*", + "uwsgi.*", ] ignore_missing_imports = true