Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 05:49 AM
Hi Erik,
I don't know if you are aware of this feature, currently there is an option to format the code in your databricks notebooks using the black code style formatter.
Just you need to either have a version of your DBR equal to or greater than 11.2 (the libraries are configured by default) either configure the next libraries in your cluster
%pip install black==22.3.0 tokenize-rt==4.2.1https://docs.databricks.com/en/notebooks/notebooks-code.html#format-python-cells