Skip to content

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

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

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

Conversation

@deepsource-autofix
Copy link
Contributor

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

Details: None

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

Details: None
@cla-bot cla-bot bot added the cla-signed label Dec 15, 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.
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