mikehoyio / atom-python-black

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

Black is not executed #4

Closed ChristophRob closed 6 years ago

ChristophRob commented 6 years ago

Hi, thanks for making this package! I use Atom 1.28.2 on MAC OS X 10.13.4 i installed black with

pip3 install black

and black works fine in shell but it does not work a all in atom with your package. I tried to use it with the keystroke and by clicking on packages --> Python Black --> Format When i do this nothing happens

I have no idea where the problem could be, or even how to see a bug report or something

ChristophRob commented 6 years ago

Mac Restart helped -.-