paperswithcode / sotabench-api

Easily benchmark Machine Learning models on selected tasks and datasets
Apache License 2.0
15 stars 5 forks source link

Use PEP-8 code formatting #8

Open rstojnic opened 5 years ago

rstojnic commented 5 years ago

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

RJT1990 commented 5 years ago

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