mikehoyio / atom-python-black

Python Black for Atom editor
MIT License
20 stars 7 forks source link

Adding comandline parameters #32

Open blauertee opened 2 years ago

blauertee commented 2 years ago

I'm trying to add the --experimental-string-processing parameter to black when formatting.

When I change the "Path to executable" to black --experimental-string-processing I get the same error as in #29. Is this the right way to add parameters? If not how to do this properly?

Thanks in Advance! Jakob