Skip to content

Sublack for Sublime Text 4

Compare
Choose a tag to compare
@munkybutt munkybutt released this 13 Aug 22:16
· 46 commits to master since this release

Made compatible with Sublime 4:

  • Blackd server now starts up in a cleanly in a background thread without blocking the ui
  • Removed the need for the watcher as ST4 now supports on_exit event
  • Added more verbose and cleaner to read logging
  • Formatted code with black

Still runs on Py3.3 until Py3.8 dependencies are working