Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 745 Bytes

File metadata and controls

28 lines (18 loc) · 745 Bytes

Changelog

0.3.1

  • Added support for include, exclude and related settings
  • Disabled unwanted scroll when updating cursor position

0.3.0

  • Added capability to format .py files in addition to notebooks.
  • Fixed Ruff configuration not being loaded from pyproject.toml files.
  • Updated various dependencies to their latest versions.

0.2.0

  • Added default-enabled setting to sort imports during formatting ("isort").
  • Added formatting commands to "Edit" menu.
  • Added default keyboard shortcuts for formatting commands.
  • Added "Format on Save" toggle.
  • Moved "Format on Run" and "Format on Save" toggles to actual settings.

0.1.0

Initial release