JdeRobot / JdeRobot/VisualCircuit

Chore: Format backend Python codebase using Black

Open
#444 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
20
Forks
34
Avg merge
4h 56m
Merged PRs (30d)
10

Description

### Description
The Python backend codebase has some formatting inconsistencies. Running the `black` Python formatter locally on the `backend/` directory reveals that approximately 19 files currently do not conform to standard PEP 8 formatting rules via Black.

Adopting a strict formatting standard keeps the codebase clean, consistent, and makes pull request workflows much easier for reviewers going forward.

### Expected Behavior
- Code in the `backend/` directory should be strictly formatted using the `black` formatter.

### Possible Solution
I would like to submit a PR to run `black` across the `backend/` directory (excluding vendor libraries) to standardize the formatting.
To make reviews easier, I would keep this PR focused solely on automated formatting without any structural logic changes.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.