Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub action - Run isort and black on Python code #488
Comments
ruebot
added a commit
that referenced
this issue
Jun 26, 2020
- 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
ianmilligan1
pushed a commit
that referenced
this issue
Jun 26, 2020
- 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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruebot commentedJun 26, 2020
Similar to #484 and #486, we should make sure the Python code base is formatted nicely.