Add support for commercial versions of Qt #109
Annotations
5 errors
run reviewdog:
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
|
run reviewdog:
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
|
run reviewdog:
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
|
run reviewdog:
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
|
run reviewdog:
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
|
Loading