Add support for commercial versions of Qt #109
run-linter.yml
on: pull_request
Linter
28s
Document checks
34s
Annotations
5 errors
Linter:
aqt/helper.py#L456
[mypy] reported by reviewdog 🐶
error: Name "_get_config" already defined on line 431
Raw Output:
aqt/helper.py:456:5: error: Name "_get_config" already defined on line 431
|
Linter:
aqt/helper.py#L717
[mypy] reported by reviewdog 🐶
error: Returning Any from function declared to return
Raw Output:
aqt/helper.py:717:9: error: Returning Any from function declared to return
|
Linter:
aqt/commercial.py#L113
[mypy] reported by reviewdog 🐶
error: Argument 1 to "safely_run_save_output" has
Raw Output:
aqt/commercial.py:113:45: error: Argument 1 to "safely_run_save_output" has
|
Linter:
aqt/commercial.py#L129
[mypy] reported by reviewdog 🐶
error: Name "subprocess" is not defined
Raw Output:
aqt/commercial.py:129:16: error: Name "subprocess" is not defined
|
Linter:
aqt/installer.py#L820
[mypy] reported by reviewdog 🐶
error: Function is missing a type annotation
Raw Output:
aqt/installer.py:820:13: error: Function is missing a type annotation
|