Paper-Chart-Extraction-Project / ChartExtractor

ChartExtractor uses computer vision to convert images of paper charts to digital data.
https://paper-chart-extraction-project.github.io/ChartExtractor/
GNU General Public License v3.0
3 stars 1 forks source link

Style: Code Formatting with Black or Ruff #26

Open RyanDoesMath opened 2 weeks ago

RyanDoesMath commented 2 weeks ago

We should adopt a code formatter to ensure consistent style throughout the project.

Two popular options are:

Note: If we choose Ruff for linting, we should use the Ruff formatter as well to reduce complexity. Whoever picks up this issue should collaborate with the person who picks up issue #21.