jacob-macleod / Dolphin-Flashcard-App

http://www.dolphinflashcards.com
MIT License
3 stars 5 forks source link

Add Style Checking for React in CI/CD Pipeline #164

Open jacob-macleod opened 2 months ago

jacob-macleod commented 2 months ago

For python, pylint is run in the pipeline to make sure the code adheres to PEP8 standards. If it does not, black can be run manually to make it conform by formatting the files. Your task is to:

Let me know if you have any questions or want any more information!