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
While lint'ing & auto-formatting is important, I'm hesitant to include it in treon. I strongly believe in (the unix philosophy) of do one thing and do it well. Without that tools become bloated over time and hard to use.
I can imagine it to be a separate tool for notebook lint'ing with support for pylint/black etc.
I think it would be nice to autoformat the code written in notebooks using
black
and possibly lint withpycodestyle
, etc.Could support for this be added?
The text was updated successfully, but these errors were encountered: