Use PRI_MYPY
in get_additional_deps
hook
#3401
test.yml
on: pull_request
build-and-check
24s
Matrix: matrix-test
Matrix: mypy-self-check
Matrix: run-pyright
Matrix: stubtest
Matrix: test
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)
|