• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Apply Black formatting for specified lines

darkest

Apply Black formatting for specified lines

Install

pip install darkest

Setup PyCharm

Add to External Tools:

  • Name: Darkest
  • Program: <path_to_darkest_script>
  • Arguments: --from=$SelectionStartLine$ --to=$SelectionEndLine$ $FilePath$