From 416821947ab11f490ec4c8953a155b205bc9203f Mon Sep 17 00:00:00 2001 From: Greg Gandenberger Date: Thu, 14 Mar 2019 11:16:40 -0500 Subject: [PATCH] Indicate that PyCharm instructions also work with IntelliJ (#681) * Indicate that PyCharm instructions also work with IntelliJ * Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c9f993..71bc7e7 100644 --- a/README.md +++ b/README.md @@ -614,7 +614,7 @@ configuration from different levels of the file hierarchy. Use [proofit404/blacken](https://github.com/proofit404/blacken). -### PyCharm +### PyCharm/IntelliJ IDEA 1. Install `black`. @@ -638,7 +638,7 @@ $ where black %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: @@ -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 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 -- 2.39.5