Skip to content

chore(backend): format Python codebase with black - #508

Open
harsh839 wants to merge 1 commit into
JdeRobot:masterfrom
harsh839:chore/black-format-backend
Open

harsh839 wants to merge 1 commit into
JdeRobot:masterfrom
harsh839:chore/black-format-backend

Conversation

@harsh839

Copy link
Copy Markdown

Fixes #444.

Runs black across the backend/ directory to standardise formatting
in line with PEP 8 / the issue description.

What's included

  • 18 files reformatted (~492 insertions / ~311 deletions), all under
    backend/.
  • The change is purely automated formatting — verified with
    black --check backend/ (24 files left unchanged) and python3 -m py_compile on every touched file. No structural or logic changes.

Notes

Run `black` across the backend/ directory to standardise formatting.
This is an automated formatting-only change with no structural logic
changes.
@harsh839

Copy link
Copy Markdown
Author

@jmplaza could you take a look when you get a chance? This formats the Python backend with black for consistent style.

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.

Chore: Format backend Python codebase using Black

1 participant