-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathmypy-baseline.txt
62 lines (62 loc) · 11.2 KB
/
mypy-baseline.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
signals/admin/oidc/backends.py:0: error: Skipping analyzing "mozilla_django_oidc.auth": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/admin/oidc/backends.py:0: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
signals/apps/email_integrations/markdown/plaintext.py:0: error: "PageElement" has no attribute "name" [attr-defined]
signals/apps/services/domain/pdf.py:0: error: Skipping analyzing "weasyprint": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/signals/models/category.py:0: error: Skipping analyzing "django_extensions.db.fields": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/signals/models/category.py:0: error: Skipping analyzing "rest_framework_extensions.settings": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/signals/models/category.py:0: error: Definition of "refresh_from_db" in base class "TrackFields" is incompatible with definition in base class "Model" [misc]
signals/apps/signals/models/reporter.py:0: error: Skipping analyzing "django_fsm": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/signals/models/status_message.py:0: error: Need type annotation for "categories" [var-annotated]
signals/apps/email_integrations/admin.py:0: error: Skipping analyzing "markdownx.widgets": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/search/rest_framework/serializers.py:0: error: Skipping analyzing "elasticsearch_dsl.response": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/search/documents/base.py:0: error: Skipping analyzing "elasticsearch_dsl": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/reporting/utils.py:0: error: Skipping analyzing "storages.backends.azure_storage": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/serializers/signal_reporter.py:0: error: Skipping analyzing "django_fsm": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/serializers/question.py:0: error: Incompatible types in assignment (expression has type "BooleanField", base class "Field" defined the type as "bool") [assignment]
signals/apps/search/documents/status_message.py:0: error: Skipping analyzing "elasticsearch_dsl": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/search/documents/signal.py:0: error: Skipping analyzing "elasticsearch_dsl": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/search/documents/signal.py:0: error: Skipping analyzing "elasticsearch_dsl.query": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/reporting/csv/utils.py:0: error: Skipping analyzing "storages.backends.azure_storage": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/dsl/evaluators/meta_model.py:0: error: Skipping analyzing "textx": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/search/management/commands/delete_status_messages_index.py:0: error: Skipping analyzing "elasticsearch_dsl": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/search/elasticsearch_dsl/search.py:0: error: Skipping analyzing "elasticsearch_dsl": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/reporting/csv/datawarehouse/statusses.py:0: error: Argument 2 to "map_choices" has incompatible type "tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]]"; expected "list[Any]" [arg-type]
signals/apps/reporting/csv/datawarehouse/locations.py:0: error: Argument 2 to "map_choices" has incompatible type "tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]]"; expected "list[Any]" [arg-type]
signals/apps/questionnaires/admin/options.py:0: error: Incompatible types in assignment (expression has type "type[NonRelatedInlineFormSet]", base class "InlineModelAdmin" defined the type as "type[BaseInlineFormSet[Any, Any, ModelForm[Any]]]") [assignment]
signals/apps/api/serializers/area.py:0: error: Skipping analyzing "rest_framework_gis.fields": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/serializers/area.py:0: error: Skipping analyzing "rest_framework_gis.serializers": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/fields/category.py:0: error: Skipping analyzing "rest_framework_extensions.settings": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/signals/tests/test_reporter_state_machine.py:0: error: Skipping analyzing "django_fsm": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/sigmax/tests/stuf_protocol/outgoing/test_voegZaakdocumentToe_Lk01.py:0: error: Skipping analyzing "xmlunittest": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/sigmax/tests/stuf_protocol/outgoing/test_creeerZaak_Lk01.py:0: error: Skipping analyzing "xmlunittest": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/search/apps.py:0: error: Skipping analyzing "elasticsearch_dsl": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/schema.py:0: error: Incompatible types in assignment (expression has type "DictField", base class "Serializer" defined the type as "ReturnDict[Any, Any]") [assignment]
signals/schema.py:0: error: Need type annotation for "non_field_errors" [var-annotated]
signals/schema.py:0: error: Argument "direction" to "_get_response_bodies" of "AutoSchema" has incompatible type "str"; expected "Literal['request', 'response']" [arg-type]
signals/apps/users/migrations/0005_auto_20191113_1000.py:0: error: Unexpected keyword argument "null" for "ManyToManyField" [call-arg]
/usr/local/lib/python3.12/site-packages/django-stubs/db/models/fields/related.pyi:0: note: "ManyToManyField" defined here
signals/apps/users/migrations/0005_auto_20191113_1000.py:0: error: Unexpected keyword argument "null" for "ManyToManyField" [call-arg]
/usr/local/lib/python3.12/site-packages/django-stubs/db/models/fields/related.pyi:0: note: "ManyToManyField" defined here
signals/apps/signals/migrations/0192_auto_20230626_1312.py:0: error: Skipping analyzing "django_fsm": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/questionnaires/rest_framework/viewsets.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/serializers/signal_context.py:0: error: Skipping analyzing "rest_framework_gis.fields": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/serializers/signal_context.py:0: error: Skipping analyzing "rest_framework_gis.serializers": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/generics/routers.py:0: error: Skipping analyzing "rest_framework_extensions.routers": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/views/signals/private/signal_reporters.py:0: error: Skipping analyzing "django_fsm": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/views/signals/private/signal_reporters.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/my_signals/rest_framework/views/signals.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/serializers/signal.py:0: error: Incompatible types in assignment (expression has type "PrimaryKeyRelatedField[Any]", base class "Field" defined the type as "BaseSerializer[Any]") [assignment]
signals/apps/api/serializers/signal.py:0: error: Incompatible types in assignment (expression has type "CharField", base class "Field" defined the type as "Callable[..., Any] | str | None") [assignment]
signals/apps/api/serializers/departments.py:0: error: Incompatible types in assignment (expression has type "type[TemporaryCategoryHALSerializer]", variable has type "type[TemporaryParentCategoryHALSerializer]") [assignment]
signals/apps/users/rest_framework/views/user.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/users/rest_framework/views/role.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/users/rest_framework/views/permission.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/tests/test_translation_endpoints.py:0: error: "_MonkeyPatchedResponse" has no attribute "streaming_content" [attr-defined]
signals/apps/search/rest_framework/views.py:0: error: Skipping analyzing "elasticsearch_dsl.query": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/search/rest_framework/views.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/search/rest_framework/views.py:0: error: Incompatible types in assignment (expression has type "str", target has type "list[str]") [assignment]
signals/apps/api/views/departments.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/views/category.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/views/attachment.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]
signals/apps/api/views/signals/public/signals.py:0: error: "type[PublicSignalGeographyFeature]" has no attribute "objects" [attr-defined]
signals/apps/api/views/signals/private/signals.py:0: error: Skipping analyzing "rest_framework_extensions.mixins": module is installed, but missing library stubs or py.typed marker [import-untyped]