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

Reformat Python Project with Black and Isort #256

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

AndresCdo
Copy link

Background

In order to improve code readability and maintainability, we have decided to reformat our Python project using the Black and Isort libraries. These libraries will ensure consistent code styling and proper import organization throughout the project.

Changes Made:

  • Installed Black and Isort as project dependencies.
  • Ran Black to automatically reformat all Python files for consistent code styling.
  • Ran Isort to organize and sort imports in all Python files.
  • Updated the project's documentation to reflect the new code formatting standards.
  • Added Black and Isort checks to the Continuous Integration (CI) pipeline to enforce consistent code styling and import organization in future commits.

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.

1 participant