Include an easier way to integrate black with Pycharm (#1268)
* Include an easier way to integrate black with Pycharm
This commit is contained in:
parent
c5f87fb4ef
commit
6695fd892f
@ -648,6 +648,9 @@ $ where black
|
|||||||
%LocalAppData%\Programs\Python\Python36-32\Scripts\black.exe # possible location
|
%LocalAppData%\Programs\Python\Python36-32\Scripts\black.exe # possible location
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that if you are using a virtual environment detected by PyCharm, this is an
|
||||||
|
unneeded step. In this case the path to `black` is `$PyInterpreterDirectory$/black`.
|
||||||
|
|
||||||
3. Open External tools in PyCharm/IntelliJ IDEA
|
3. Open External tools in PyCharm/IntelliJ IDEA
|
||||||
|
|
||||||
On macOS:
|
On macOS:
|
||||||
|
Loading…
Reference in New Issue
Block a user