QA : Add Linter and formatter
Aryamanz29 opened this issue · 3 comments
Aryamanz29 commented
- Integrate a workflow that ensures every contributor should follow the PEP-8 style guide for python code.
- We can use
flake8
for linting andBlack
for formatting source code. - Also this workflow runs on every PR which ensures the code follows PEP8 standard or not.
github-actions commented
Hi 😄, thanks for creating your first issue at RESCUE, do read and follow the Code of Conduct and the Contribution Guidelines while contributing. 🚀
Aryamanz29 commented
@swapnilsparsh I would like to work on this
Aryamanz29 commented
@swapnilsparsh Please review my PR & relevant issue labels
to it