HumanCompatibleAI / ranking-challenge

Testing ranking algorithms to improve social cohesion
27 stars 3 forks source link

Ruff formatting #54

Closed betaprior closed 5 months ago

betaprior commented 5 months ago

We are anticipating merging a pre-commit hook that uses ruff to sort imports. This PR formats the repo accordingly, hopefully making outstanding PRs easier to diff and merge. The following command was run:

ruff check --select I --fix ruff format