Indicate that PyCharm instructions also work with IntelliJ (#681)
* Indicate that PyCharm instructions also work with IntelliJ * Update README.md
This commit is contained in:
parent
cfa2557df0
commit
416821947a
@ -614,7 +614,7 @@ configuration from different levels of the file hierarchy.
|
|||||||
Use [proofit404/blacken](https://github.com/proofit404/blacken).
|
Use [proofit404/blacken](https://github.com/proofit404/blacken).
|
||||||
|
|
||||||
|
|
||||||
### PyCharm
|
### PyCharm/IntelliJ IDEA
|
||||||
|
|
||||||
1. Install `black`.
|
1. Install `black`.
|
||||||
|
|
||||||
@ -638,7 +638,7 @@ $ where black
|
|||||||
%LocalAppData%\Programs\Python\Python36-32\Scripts\black.exe # possible location
|
%LocalAppData%\Programs\Python\Python36-32\Scripts\black.exe # possible location
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Open External tools in PyCharm
|
3. Open External tools in PyCharm/IntelliJ IDEA
|
||||||
|
|
||||||
On macOS:
|
On macOS:
|
||||||
|
|
||||||
@ -769,7 +769,7 @@ The formatted code will be returned on stdout (unless `--check` was
|
|||||||
passed). *Black* will still emit messages on stderr but that shouldn't
|
passed). *Black* will still emit messages on stderr but that shouldn't
|
||||||
affect your use case.
|
affect your use case.
|
||||||
|
|
||||||
This can be used for example with PyCharm's [File Watchers](https://www.jetbrains.com/help/pycharm/file-watchers.html).
|
This can be used for example with PyCharm's or IntelliJ's [File Watchers](https://www.jetbrains.com/help/pycharm/file-watchers.html).
|
||||||
|
|
||||||
## blackd
|
## blackd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user