Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install-qt-commercial feature and tests #16

Open
wants to merge 35 commits into
base: master_upstream
Choose a base branch
from

Fix check error

cd4cb2e
Select commit
Loading
Failed to load commit list.
Open

Add install-qt-commercial feature and tests #16

Fix check error
cd4cb2e
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Jan 27, 2025 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check warning on line 28 in aqt/helper.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aqt/helper.py#L28

Consider possible security implications associated with the subprocess module.

Check warning on line 619 in aqt/helper.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aqt/helper.py#L619

Reimport 'shutil' (imported line 27)

Check warning on line 636 in aqt/helper.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aqt/helper.py#L636

subprocess call - check for execution of untrusted input.

Check warning on line 643 in aqt/helper.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aqt/helper.py#L643

subprocess call - check for execution of untrusted input.

Check warning on line 879 in aqt/installer.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aqt/installer.py#L879

Reimport 'Path' (imported line 39)