Skip to content

Use PRI_MYPY in get_additional_deps hook #3401

Use PRI_MYPY in get_additional_deps hook

Use PRI_MYPY in get_additional_deps hook #3401

Triggered via pull request March 22, 2024 09:57
Status Success
Total duration 5m 20s
Artifacts

test.yml

on: pull_request
build-and-check
24s
build-and-check
Matrix: matrix-test
Matrix: mypy-self-check
Matrix: run-pyright
Matrix: stubtest
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
run-pyright (3.12): django-stubs/shortcuts.pyi#L40
Type of parameter "to" is partially unknown   Parameter type is "((...) -> Unknown) | Model | str" (reportUnknownParameterType)
run-pyright (3.12): django-stubs/shortcuts.pyi#L40
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
run-pyright (3.12): django-stubs/apps/config.pyi#L6
"_Getter" is private and used outside of the module in which it is declared (reportPrivateUsage)
run-pyright (3.12): django-stubs/apps/config.pyi#L6
"_StrOrPromise" is private and used outside of the module in which it is declared (reportPrivateUsage)
run-pyright (3.12): django-stubs/apps/registry.pyi#L16
Expected type arguments for generic class "list" (reportMissingTypeArgument)
run-pyright (3.12): django-stubs/apps/registry.pyi#L38
Type of parameter "function" is partially unknown   Parameter type is "(...) -> Unknown" (reportUnknownParameterType)
run-pyright (3.12): django-stubs/apps/registry.pyi#L38
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
run-pyright (3.12): django-stubs/conf/__init__.pyi#L7
Import "global_settings" is not accessed (reportUnusedImport)
run-pyright (3.12): django-stubs/conf/__init__.pyi#L43
__new__ override should take a "cls" parameter (reportSelfClsParameterName)
run-pyright (3.12): django-stubs/conf/urls/i18n.pyi#L1
"_AnyURL" is private and used outside of the module in which it is declared (reportPrivateUsage)