AmenRa / ranx

⚡️A Blazing-Fast Python Library for Ranking Evaluation, Comparison, and Fusion 🐍

Home Page:https://amenra.github.io/ranx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Use black to indent the code

diegoceccarelli opened this issue · comments

commented

Is your feature request related to a problem? Please describe.

black https://pypi.org/project/black/ is the Uncompromising Code Formatter. You can install it, run black and it will format the code properly. How about using it for the project in order to make sure style is consistent?

Hi Diego, the code was already black formatted.

The inconsistency was because I initially forced 80 chars line length in my IDE.
Then, I reverted it to 88 as suggested in black documentation but forgot to run black project-wise.

Now code formatting should be consistent.