Closed tamuri closed 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.
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.