Skip to content

chore(format): apply black code formatter to all Python files#5

Merged
Techikrish merged 1 commit into
developfrom
chore/format-code-with-black
Jan 1, 2026
Merged

chore(format): apply black code formatter to all Python files#5
Techikrish merged 1 commit into
developfrom
chore/format-code-with-black

Conversation

@Techikrish

Copy link
Copy Markdown
Owner
  • Run black --line-length=100 on all source and test files
  • Reformatted 20 files to match Black formatting standards
  • 1 file left unchanged (already compliant)
  • Fixes CI/CD black formatting check failures
  • Ensures code style consistency across project

This aligns all code with Black's opinionated formatting style, making the codebase consistent and passing CI/CD checks.

Description

Related Issue

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 📚 Documentation update
  • 🔧 Chore (CI/CD, dependencies, configuration)

Testing

  • Tests added/updated
  • All 92 tests passing locally
  • Code coverage > 80%

Test command:

pytest tests/ -v

Checklist

  • My code follows the PEP 8 style guide
  • I have performed a self-review of my own code
  • I have added tests for new functionality
  • All new and existing tests pass
  • I have updated documentation (if needed)
  • My changes do not introduce breaking changes
  • PR targets develop branch (not main)

Additional Context

- Run black --line-length=100 on all source and test files
- Reformatted 20 files to match Black formatting standards
- 1 file left unchanged (already compliant)
- Fixes CI/CD black formatting check failures
- Ensures code style consistency across project

This aligns all code with Black's opinionated formatting style,
making the codebase consistent and passing CI/CD checks.
@Techikrish
Techikrish merged commit acd8b10 into develop Jan 1, 2026
1 of 5 checks passed
@Techikrish
Techikrish deleted the chore/format-code-with-black branch January 1, 2026 14:43
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