@@ -8,7 +8,7 @@ check_untyped_defs = True
88disallow_any_generics = True
99; disallow_any_unimported = True
1010disallow_incomplete_defs = True
11- ; disallow_subclassing_any = True
11+ disallow_subclassing_any = True
1212; disallow_untyped_calls = True
1313disallow_untyped_decorators = True
1414disallow_untyped_defs = True
@@ -26,112 +26,6 @@ warn_unused_ignores = True
2626; Do not use wildcards in module paths, otherwise added modules will
2727; automatically have the same set of relaxed rules as the rest
2828
29- [mypy-sentry_sdk._compat]
30- disallow_untyped_defs = False
31-
32- [mypy-sentry_sdk.scope]
33- disallow_untyped_defs = False
34-
35- [mypy-sentry_sdk.integrations.django]
36- disallow_any_generics = False
37- disallow_untyped_defs = False
38-
39- [mypy-sentry_sdk.integrations.django.middleware]
40- disallow_any_generics = False
41- disallow_untyped_defs = False
42-
43- [mypy-sentry_sdk.integrations.bottle]
44- disallow_any_generics = False
45- disallow_untyped_defs = False
46-
47- [mypy-sentry_sdk.integrations.flask]
48- disallow_any_generics = False
49- disallow_untyped_defs = False
50-
51- [mypy-sentry_sdk.integrations.asgi]
52- disallow_any_generics = False
53- disallow_untyped_defs = False
54-
55- [mypy-sentry_sdk.integrations.falcon]
56- disallow_any_generics = False
57- disallow_untyped_defs = False
58-
59- [mypy-sentry_sdk.integrations.aws_lambda]
60- disallow_any_generics = False
61- disallow_untyped_defs = False
62-
63- [mypy-sentry_sdk.integrations.pyramid]
64- disallow_any_generics = False
65- disallow_untyped_defs = False
66-
67- [mypy-sentry_sdk.integrations.celery]
68- disallow_any_generics = False
69- disallow_untyped_defs = False
70-
71- [mypy-sentry_sdk.integrations.beam]
72- disallow_any_generics = False
73- disallow_untyped_defs = False
74-
75- [mypy-sentry_sdk.integrations.sanic]
76- disallow_any_generics = False
77- disallow_untyped_defs = False
78-
79- [mypy-sentry_sdk.integrations.tornado]
80- disallow_any_generics = False
81- disallow_untyped_defs = False
82-
83- [mypy-sentry_sdk.integrations.atexit]
84- disallow_any_generics = False
85- disallow_untyped_defs = False
86-
87- [mypy-sentry_sdk.integrations._wsgi_common]
88- disallow_any_generics = False
89- disallow_untyped_defs = False
90-
91- [mypy-sentry_sdk.integrations.wsgi]
92- disallow_any_generics = False
93- disallow_untyped_defs = False
94-
95- [mypy-sentry_sdk.integrations.serverless]
96- disallow_any_generics = False
97- disallow_untyped_defs = False
98-
99- [mypy-sentry_sdk.integrations.excepthook]
100- disallow_any_generics = False
101- disallow_untyped_defs = False
102-
103- [mypy-sentry_sdk.integrations.threading]
104- disallow_any_generics = False
105- disallow_untyped_defs = False
106-
107- [mypy-sentry_sdk.integrations.stdlib]
108- disallow_any_generics = False
109- disallow_untyped_defs = False
110-
111- [mypy-sentry_sdk.integrations.sqlalchemy]
112- disallow_any_generics = False
113- disallow_untyped_defs = False
114-
115- [mypy-sentry_sdk.integrations.rq]
116- disallow_any_generics = False
117- disallow_untyped_defs = False
118-
119- [mypy-sentry_sdk.integrations.redis]
120- disallow_any_generics = False
121- disallow_untyped_defs = False
122-
123- [mypy-sentry_sdk.integrations.gnu_backtrace]
124- disallow_any_generics = False
125- disallow_untyped_defs = False
126-
127- [mypy-sentry_sdk.integrations.django.templates]
128- disallow_any_generics = False
129- disallow_untyped_defs = False
130-
131- [mypy-sentry_sdk.utils]
132- disallow_any_generics = False
133- disallow_untyped_defs = False
134-
13529[mypy-django.*]
13630ignore_missing_imports = True
13731[mypy-pyramid.*]
0 commit comments