You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New settings menu section: "Editor" with options: for formatting on save and lint rules (via a code editor with ruff linting rules they have on the playground?)
Format button in notebook overflow, and context menu
Settings must be configurable in enterprise by a prop so that orgs can enforce which linting rules apply globally
As a user, I want automatic code formatting in my notebooks so that my code looks pretty.
I would like to have formatting applied by something like black: https://github.com/psf/black.
Ruff wasm Python formatter and linter:
(https://github.com/dprint/dprint-plugin-ruff has automation to self update and publish new versions, so maybe use that one?)