paperswithcode / sotabench-api

Easily benchmark Machine Learning models on selected tasks and datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use PEP-8 code formatting

rstojnic opened this issue · comments

Use PEP-8 standard for formatting code, perhaps run the whole code through a formatter or install the pre-commit hooks ?

First cleanup done, now the remaining warnings are just about too many characters per line. Will clean that up at the very end.