Add support for commercial versions of Qt #118
Annotations
10 errors
run reviewdog:
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"
|
run reviewdog:
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
|
run reviewdog:
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
|
run reviewdog:
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"
|
run reviewdog:
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
|
run reviewdog:
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
|
run reviewdog:
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
|
run reviewdog:
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
|
run reviewdog:
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]
|
run reviewdog
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
|
Loading