Skip to content

feat: add altcha integration #6553

feat: add altcha integration

feat: add altcha integration #6553

Triggered via pull request November 12, 2024 07:47
Status Success
Total duration 2m 5s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
mypy: weblate/middleware.py#L91
"AuthenticatedHttpRequest" has no attribute "_current_scheme_host"
mypy: weblate/middleware.py#L160
Incompatible types in assignment (expression has type "Project | None", variable has type "Project")
mypy: weblate/accounts/forms.py#L13
Skipping analyzing "altcha": module is installed, but missing library stubs or py.typed marker
mypy: weblate/accounts/forms.py#L170
"Field" has no attribute "choices"
mypy: weblate/accounts/forms.py#L171
"Field" has no attribute "choices"
mypy: weblate/accounts/forms.py#L178
"Field" has no attribute "choices"
mypy: weblate/accounts/forms.py#L179
"Field" has no attribute "choices"
mypy: weblate/accounts/forms.py#L212
"Field" has no attribute "choices"
mypy: weblate/accounts/forms.py#L216
"Field" has no attribute "choices"
mypy: weblate/accounts/forms.py#L251
"Field" has no attribute "choices"
mypy
Process completed with exit code 1.