inspera / blackbricks

Black for Databricks notebooks
MIT License
44 stars 9 forks source link

Improved handling of Databricks config #8

Closed bsamseth closed 3 years ago

bsamseth commented 3 years ago

Based on #7. I wanted to make some changes that were larger than reasonable to add in a review, so I've made this replacement PR (I don't have access to push to the original PR branch for #7).

This should handle all the edge cases I could think of, and in a much better way than relying on regex matching. Thanks to the original PR author for suggesting to use configparser.

Closes #6