Skip to content

Add support for commercial versions of Qt #118

Add support for commercial versions of Qt

Add support for commercial versions of Qt #118

Triggered via pull request January 27, 2025 04:46
Status Failure
Total duration 1m 2s
Artifacts

run-linter.yml

on: pull_request
Linter
31s
Linter
Document checks
54s
Document checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Linter: aqt/commercial.py#L24
[mypy] reported by reviewdog 🐶 error: Incompatible default for argument "username" Raw Output: aqt/commercial.py:24:82: error: Incompatible default for argument "username"
Linter: aqt/commercial.py#L24
[mypy] reported by reviewdog 🐶 note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True Raw Output: aqt/commercial.py:24:82: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
Linter: aqt/commercial.py#L24
[mypy] reported by reviewdog 🐶 note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase Raw Output: aqt/commercial.py:24:82: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
Linter: aqt/commercial.py#L24
[mypy] reported by reviewdog 🐶 error: Incompatible default for argument "password" Raw Output: aqt/commercial.py:24:104: error: Incompatible default for argument "password"
Linter: aqt/commercial.py#L211
[mypy] reported by reviewdog 🐶 error: Argument 4 to "QtPackageManager" has Raw Output: aqt/commercial.py:211:87: error: Argument 4 to "QtPackageManager" has
Linter: aqt/commercial.py#L211
[mypy] reported by reviewdog 🐶 error: Argument 5 to "QtPackageManager" has Raw Output: aqt/commercial.py:211:102: error: Argument 5 to "QtPackageManager" has
Linter: aqt/installer.py#L823
[mypy] reported by reviewdog 🐶 error: Function is missing a type annotation for one Raw Output: aqt/installer.py:823:13: error: Function is missing a type annotation for one
Linter: aqt/installer.py#L873
[mypy] reported by reviewdog 🐶 error: Function is missing a type annotation for one or Raw Output: aqt/installer.py:873:5: error: Function is missing a type annotation for one or
Linter: aqt/installer.py#L933
[mypy] reported by reviewdog 🐶 error: No return value expected [return-value] Raw Output: aqt/installer.py:933:13: error: No return value expected [return-value]
Linter
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835