Skip to content

style: format code with Autopep8, Black, isort and Yapf#37

Open
deepsource-autofix[bot] wants to merge 1 commit intomainfrom
deepsource-transform-1ad5530f
Open

style: format code with Autopep8, Black, isort and Yapf#37
deepsource-autofix[bot] wants to merge 1 commit intomainfrom
deepsource-transform-1ad5530f

Conversation

@deepsource-autofix
Copy link
Contributor

This commit fixes the style issues introduced in 8f21de4 according to the output
from Autopep8, Black, isort and Yapf.

Details: None

This commit fixes the style issues introduced in 8f21de4 according to the output
from Autopep8, Black, isort and Yapf.

Details: None
@cla-bot cla-bot bot added the cla-signed label Dec 18, 2023
for package in packages:subprocess.call(package, shell=True)
else:subprocess.call(packages, shell=True)
for package in packages:
subprocess.call(package, shell=True)

Check failure

Code scanning / Bandit

subprocess call with shell=True identified, security issue.

subprocess call with shell=True identified, security issue.
for package in packages:
subprocess.call(package, shell=True)
else:
subprocess.call(packages, shell=True)

Check failure

Code scanning / Bandit

subprocess call with shell=True identified, security issue.

subprocess call with shell=True identified, security issue.
except:
raise EnvironmentError()
else:
subprocess.call("source .env", shell=True)

Check notice

Code scanning / Bandit

Starting a process with a partial executable path

Starting a process with a partial executable path
except:
raise EnvironmentError()
else:
subprocess.call("source .env", shell=True)

Check notice

Code scanning / Bandit

subprocess call with shell=True seems safe, but may be changed in the future, consider rewriting without shell

subprocess call with shell=True seems safe, but may be changed in the future, consider rewriting without shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants