UCL-ARC / shortlister

0 stars 0 forks source link

Apply a code formatter to tidy up code #36

Closed tamuri closed 5 days ago

tamuri commented 5 days ago

Python has a standard code style guide called PEP 8 that we should adhere to. Luckily, you can use a tool that automatically formats your code to this standard. I use Ruff but there are others.

Have a look a short summary of the PEP 8 standard and run the Ruff format tool on the shortlister code to tidy the code.