ImperialCollegeLondon / django-drf-filepond

A Django app providing a server implemention for the Filepond file upload library
BSD 3-Clause "New" or "Revised" License
103 stars 39 forks source link

Check for PEP8 formatting in the CI pipeline #89

Closed jcohen02 closed 6 months ago

jcohen02 commented 1 year ago

flake8 or a similar PEP8 formatting checker is not being run as part of the CI pipeline (at least it's definitely not being run on the code in /tests, this needs to be checked for the main code). The CI pipeline should be updated to include checking for code formatting.

jcohen02 commented 6 months ago

Flake8 is now being run in the CI pipeline. Some minor formatting fixes have been merged in #105.