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

Refactor: Ensure Consistent Formatting and Linting #29

Open
berntpopp opened this issue Aug 22, 2024 · 0 comments
Open

Refactor: Ensure Consistent Formatting and Linting #29

berntpopp opened this issue Aug 22, 2024 · 0 comments
Labels
refactor Refactor code

Comments

@berntpopp
Copy link
Member

Description:
To ensure consistent code style across the project, set up code formatting and linting tools. Enforce this through a pre-commit hook or CI pipeline to maintain code quality and readability.

Proposed Solution:

  • Use black for code formatting and flake8 for linting.
  • Set up a pre-commit hook to automatically run these tools before committing code.
  • Optionally, integrate code style checks into the CI pipeline to enforce them on pull requests.
@berntpopp berntpopp added the refactor Refactor code label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor code
Projects
None yet
Development

No branches or pull requests

1 participant