Open devkapilbansal opened 3 years ago
Hello there!π Welcome to the project!π
Thank you and congratsπfor opening your very first issue in this project. AnitaB.org is an inclusive community, committed to creating a safe and positive environment.πΈ Please adhere to our Code of Conduct.π You may submit a PR if you like! If you want to report a bugπ please follow our Issue Template. Also make sure you include steps to reproduce it and be patient while we get back to you.π
Feel free to join us on AnitaB.org Open Source Zulip Community.π We have different streams for each active repository for discussions.β¨ Hope you have a great time there!π
I would like to work on this issue, Could you please assign it to me @devkapilbansal
Hi @Aryamanz29 did you complete the necessary setup task??
If yes,send some screenshots to the issue itself
I would like to work on this.
@Anmollenka would you still like to work on this?
Yes @epicadk
Any update @Anmollenka
Hi @devkapilbansal, can I take this one?
Sure @pypas assigning you
Thanks @devkapilbansal! I've opened a PR, could you take a look when you have the time?
Hi @pypas Can you please reachout to someone on Zulip channel instead?
Is your feature request related to a problem? Please describe.
PEP stands for Python Enhancement Proposal. It is a style document that documents some best practices
Describe the solution you'd like
Code written in Python should follow standard practices and PEP8 guidelines. For this a linter that follows these guidelines or some sort of checks can be implemented
Describe alternatives you've considered
I would suggest using Flake8 to test if PEP8 best practices are followed in the code written or not. Additionally, Flake8 workflow tests can be setup to ensure pull requests made follow these guidelines as well.
Additional context
Flake8 is not the only tool available and other alternatives can be considered.