Skip to content

Instantly share code, notes, and snippets.

@daaniam
Last active August 22, 2022 10:04
Show Gist options
  • Save daaniam/fc0066ad243bcfaaa58ea43cc8def3c1 to your computer and use it in GitHub Desktop.
Save daaniam/fc0066ad243bcfaaa58ea43cc8def3c1 to your computer and use it in GitHub Desktop.
PyCharm formatters (black, isort)
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