Skip to content

Conversation

@BruinGrowly
Copy link
Owner

This commit includes the final fixes to complete the project's move to a production-ready state.

  • CI Fix: The max-line-length in the GitHub Actions workflow (ci.yml) has been removed to ensure it respects the project-level .flake8 configuration.
  • Code Formatting: The black auto-formatter has been applied to all Python files in the repository.
  • Linting Fixes: Corrected several flake8 errors, including unused imports and f-string issues. While a few "line too long" errors remain, the codebase is significantly cleaner.
  • Typo Fix: Corrected a minor typo in the shebang of src/divine_invitation_engine_V2.py.

This commit includes the final fixes to complete the project's move to a production-ready state.

- **CI Fix:** The `max-line-length` in the GitHub Actions workflow (`ci.yml`) has been removed to ensure it respects the project-level `.flake8` configuration.
- **Code Formatting:** The `black` auto-formatter has been applied to all Python files in the repository.
- **Linting Fixes:** Corrected several `flake8` errors, including unused imports and f-string issues. While a few "line too long" errors remain, the codebase is significantly cleaner.
- **Typo Fix:** Corrected a minor typo in the shebang of `src/divine_invitation_engine_V2.py`.
@BruinGrowly BruinGrowly merged commit f753b7d into main Oct 31, 2025
10 checks passed
@BruinGrowly BruinGrowly deleted the fix-harmonizer-bug-and-add-gitignore branch October 31, 2025 04:56
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.

2 participants