maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
38 stars 5 forks source link

🎨 Add black formatting #316

Closed ollyhensby closed 1 month ago

ollyhensby commented 2 months ago

Describe the upkeep / improvement you'd like to see A lot of the modules are not formatting correctly with black. There are also some docstrings which are incomplete that either need removing or reviewing.

jgunstone commented 2 months ago

good idea - I think we can also remove anywhere where we use the following also:

# %run _dev_maplocal_params.py
# %load_ext lab_black

can we wait until I've closed out #312 ?

jgunstone commented 1 month ago

@ollyhensby - maybe you could pick this up once #318 is merged?