Hi
Apologies for the consecutive topic, but thought to start a new one due to the nature.
I’m working with the External Tools.
So for compiling the Python script I have the following setting:

But now I would like to do the same using the autopep8 package. However, simply replace the “python” portion of my argument doesn’t work. When doing so my result is literally the cmd.exe printing out the script (e.g. print “Hi”).
How best can I incorporate this package into the External Tools?
Thanks!