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 GitHub Action for Black Formatter #286

Closed
wants to merge 1 commit into from

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Jul 6, 2023

This PR introduces a new GitHub Action that automatically formats Python code in the repository using the Black formatter.

The action is triggered on every push and pull request event. It will help ensure that all Python code in the repository adheres to a consistent style, making it easier to read and understand.

Please review and let me know if there are any concerns.

Fixes #285.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/black-formatter-action

Copy link
Contributor Author

@sweep-ai sweep-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No changes required. The added GitHub Actions workflow for automatically formatting Python code with Black in .github/workflows/black_format.yml is correctly set up. Good job!

@kevinlu1248 kevinlu1248 closed this Jul 6, 2023
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.

Sweep: Set up black github actions
1 participant