Skip to content

Conversation

@BruinGrowly
Copy link
Owner

Fixed Black formatting issues in three example files that were causing CI/CD pipeline failures:

  • examples/real_world_bugs.py
  • examples/refactoring_journey.py
  • examples/severity_levels.py

Changes:

  • Added blank lines between function definitions (per PEP 8)
  • Adjusted string quotes for consistency
  • Fixed line breaks for better readability

All tests still pass (20/20) and harmonizer runs correctly. This resolves the failing "Python Code Harmonizer CI" workflow.

Fixed Black formatting issues in three example files that were causing
CI/CD pipeline failures:

- examples/real_world_bugs.py
- examples/refactoring_journey.py
- examples/severity_levels.py

Changes:
- Added blank lines between function definitions (per PEP 8)
- Adjusted string quotes for consistency
- Fixed line breaks for better readability

All tests still pass (20/20) and harmonizer runs correctly.
This resolves the failing "Python Code Harmonizer CI" workflow.
@BruinGrowly BruinGrowly merged commit 8daee0f into main Nov 1, 2025
11 checks passed
@BruinGrowly BruinGrowly deleted the claude/fix-black-formatting-011CUf7NJcXsSSKr1fXAedS5 branch November 1, 2025 00:17
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