-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format Python code using Black #55
Comments
hi @za in #38 we mention a goal of using Black to format the code, along with isort and a few other linters. so, yes, this is on the roadmap. however, i don't want to do a one-time formatting; instead, we'll want to configure CI to check the formatting on each push and release etc. i think we'll use the pre-commit tool and github actions for this. @ajnelson-nist and @sldouglas-nist have been working on many code quality updates recently, so i'd like to give them a chance to do this, if they'd like (no pressure). otherwise, we can coordinate here about how to apply Black to this project. |
i'll leave this issue open as the central point of discussion for configuring Black to run during CI and beyond, ideally with pre-commit. |
PR #57 has been opened to address this Issue. |
closed in #57 |
Hi there,
Do you mind formatting the Python source code using Black? I know it's opinionated, but IMHO having a standardized format will make the code easier to read.
I can prepare the PR and we may check the diff.
The text was updated successfully, but these errors were encountered: