]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Include an easier way to integrate black with Pycharm (#1268)
authorArnav Borborah <arnavborborah11@gmail.com>
Fri, 8 May 2020 14:13:57 +0000 (10:13 -0400)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 14:13:57 +0000 (15:13 +0100)
* Include an easier way to integrate black with Pycharm

README.md

index 3b5e607803c7d484b28c47b91d9cfa7550d11324..5a9d6ea686e3fd293740924a7a02ce703ef2a1a9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -648,6 +648,9 @@ $ where black
 %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
 
 On macOS: