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
I think it might be useful to enforce code formatting whenever pushes are made.
I use an auto-formatter (python black) and greatly prefer it, because it helps make python syntax more automatic. But it's not just my preference, I think it would help everyone read code across the project since idiosyncratic whitespace styles would be made uniform.
I think it might be useful to enforce code formatting whenever pushes are made.
I use an auto-formatter (python black) and greatly prefer it, because it helps make python syntax more automatic. But it's not just my preference, I think it would help everyone read code across the project since idiosyncratic whitespace styles would be made uniform.
https://black.readthedocs.io/en/stable/integrations/github_actions.html
The text was updated successfully, but these errors were encountered: