Last active
August 22, 2022 10:04
-
-
Save daaniam/fc0066ad243bcfaaa58ea43cc8def3c1 to your computer and use it in GitHub Desktop.
PyCharm formatters (black, isort)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Black watcher: | |
Program: $PyInterpreterDirectory$/black | |
Arguments: $FilePath$ | |
Output paths to refresh: $FilePath$ | |
Working directory: $ProjectFileDir$ | |
iSort watcher: | |
Program: $PyInterpreterDirectory$/isort | |
Arguments: $FilePath$ | |
Output paths to refresh: $FilePath$ | |
Working directory: $ProjectFileDir$ | |
mypy: | |
plugin: https://plugins.jetbrains.com/plugin/11086-mypy | |
!!!! DISABLE "auto-save edited files" in Advanced menu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment