fms12 / DATA-STRUCTURE-AND-ALGORITHM-IN-PY

An open source codebase for sharing programming solutions. This repository is in development phase and will soon provide you with python code of various data structures and algorithms . as we all know that there are not much resources which is available to learn data structures and algorithms in python.
MIT License
23 stars 43 forks source link

add Flake8 to lint code #141

Closed fms12 closed 2 years ago

fms12 commented 2 years ago

add flake8 action in the workflow folder

you can find it here:

https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

devvspaces commented 2 years ago

added flake8 already in the workflow @fms12

devvspaces commented 2 years ago

but the tests is failing because there is a lot of errors in most files

devvspaces commented 2 years ago

I would clean all the files today, it will be a lot of work 😎

fms12 commented 2 years ago

@devvspaces thank you for your contribution 🙌