-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests to follow PEP8 guidelines #144
Comments
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!😄 |
Similar to anitab-org/bridge-in-tech-backend#226 |
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.
The text was updated successfully, but these errors were encountered: