Skip to content
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

Add Black Formatting #760

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Add Black Formatting #760

merged 1 commit into from
Jun 23, 2021

Conversation

Piphi5
Copy link
Contributor

@Piphi5 Piphi5 commented Jun 23, 2021

Originating Project/Creator
Affected Component
Affected Architectures(s)
Related Issue(s)
Has Unit Tests (y/n)
Builds Without Errors (y/n)
Unit Tests Pass (y/n)
Documentation Included (y/n) N

Change Description

Adds the black formatter as an additional action that checks the code style.

Rationale

It provides an easy-to-use and reliable tool to ensure that the code is formatted to Python PEP 8 guidelines.

See this PR.

Testing/Review Recommendations

The package can be installed with:
pip install black
Then it can be run on the entire directory with black ./

Future Work

NA

@LeStarch LeStarch merged commit 7b85edc into nasa:devel Jun 23, 2021
@Piphi5 Piphi5 deleted the black-format branch June 24, 2021 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants