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
- Setup Python formatter that runs isort and black.
- Rename scala formatter, so all three are consistent now.
- Resolves#488
- Normalize all the formatters
- Sets all the formatters to run, but not apply changes. It would be helpful to do this, but we can't because we can't do
that, because we can't push to a person's PR.
- Apply isort/black
- Make sure isort and black are consistent in how they are opinionated
about imports
- Setup Python formatter that runs isort and black.
- Rename scala formatter, so all three are consistent now.
- Resolves#488
- Normalize all the formatters
- Sets all the formatters to run, but not apply changes. It would be helpful to do this, but we can't because we can't do
that, because we can't push to a person's PR.
- Apply isort/black
- Make sure isort and black are consistent in how they are opinionated
about imports
- Use scalafmt 2.3.2 (same as GH action)
- Setup Python formatter that runs isort and black.
- Rename scala formatter, so all three are consistent now.
- Resolves#488
- Normalize all the formatters
- Sets all the formatters to run, but not apply changes. It would be helpful to do this, but we can't because we can't do
that, because we can't push to a person's PR.
- Apply isort/black
- Make sure isort and black are consistent in how they are opinionated
about imports
- Use scalafmt 2.3.2 (same as GH action)
Similar to #484 and #486, we should make sure the Python code base is formatted nicely.
The text was updated successfully, but these errors were encountered: