chore: apply black formatting to codebase

Open Beginner friendly
#34 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
84/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Quiet
Tech stack
python
Domain
tooling

Research direction

Start by running black src/ and review the 12 listed Python files under src/python/. Done means Black completes successfully and those files are formatted according to Black standards, with no unrelated changes.

Written by the indexing model from the issue text.

Description

Problem

12 files are not formatted according to black standards.

Solution

Run black formatter across the codebase:

black src/

Files affected

  • src/python/lib/rmtc/interface.py
  • src/python/lib/rmtc/infer.py
  • src/python/lib/rmtc/train.py
  • src/python/lib/rmtc/artifacts.py
  • src/python/lib/rmtc/track.py
  • src/python/lib/rmtc_core/io/filesystem/folders.py
  • src/python/lib/rmtc_core/artifacts/filesystem/datasets.py
  • src/python/lib/rmtc_core/gui/common/widgets.py
  • src/python/lib/rmtc_core/gui/common/properties.py
  • src/python/lib/rmtc_core/gui/signalbox/widgets.py
  • src/python/lib/rmtc_core/train/torch/trainers.py
  • src/python/lib/rmtc_core/track/cypher/connection.py
Dominant language
No language data
Stars
13
Forks
11
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from AcademySoftwareFoundation/rmtc

All issues in AcademySoftwareFoundation/rmtc

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.