plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.49k stars 2.07k forks source link

run black and other linting tools on generated code #2965

Open gvwilson opened 2 months ago

gvwilson commented 2 months ago

In a comment on #2276, @alexcjohnson suggested:

I wonder, now that we're Py3-only, maybe we should call black on the generated files as part of the generation process? We already do that in the core component packages as a separate step.