Permissions language reworked #7671
Triggered via pull request
December 20, 2024 09:43
Status
Success
Total duration
39m 51s
Artifacts
–
Annotations
11 errors
mypy:
weblate/auth/permissions.py#L132
"Model" has no attribute "user"
|
mypy:
weblate/auth/permissions.py#L134
"Model" has no attribute "unit"
|
mypy:
weblate/auth/permissions.py#L332
"Model" has no attribute "component"
|
mypy:
weblate/auth/permissions.py#L334
Argument 1 to "check_manage_units" has incompatible type "Model"; expected "Translation"
|
mypy:
weblate/auth/permissions.py#L397
"Model" has no attribute "enable_suggestions"
|
mypy:
weblate/auth/permissions.py#L397
"Model" has no attribute "is_readonly"
|
mypy:
weblate/auth/permissions.py#L402
"Model" has no attribute "component"
|
mypy:
weblate/auth/permissions.py#L403
"Model" has no attribute "component"
|
mypy:
weblate/auth/permissions.py#L452
"Model" has no attribute "is_source"
|
mypy:
weblate/auth/permissions.py#L479
"Model" has no attribute "defining_project"
|
mypy
Process completed with exit code 1.
|