-
Notifications
You must be signed in to change notification settings - Fork 22
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
Please add https://github.com/wemake-services/wemake-python-styleguide #27
Comments
@sobolevn Thanks! a lot! for the issue. I'm working on adding this project to the list but before doing that I'm trying to automate the dev enviroment for contributors via https://gitpod.io. As metioned in https://github.com/wemake-services/wemake-python-styleguide/blob/master/CONTRIBUTING.md for managing the dependencies poetry is used. So for installing it i ran:
but when i ran
i got this Can you please help me with this I'm not sure why this is happening even though the python version is 3.7.3 😄 ? By default the Python version was 2.something I switched it to 3.7 via |
Oh, that's a well-known bug in I hope it helps. |
Thanks! @sobolevn That worked but now I'm getting this error This is what I get when I run the upgrade command for pip: Sorry for the inconvenience. I'm actually not a Python developer. I mostly work with JS. |
I tried to google |
Hm, does not seem like a familiar error message. Here's what can help you:
|
Closing this issue as "stale" since there hasn't been any activity in 6 months. Please feel free to re-open it if you think something still needs to be done! 🙂 |
@jankeromnes let's try it again! 🙂 I am really interested in providing some kind of playground. And |
Btw, I cannot reopen 😞 |
What can be done from my side to help you? |
Is your project's development setup fully automated? How to use it?
Yes, here are the docs: https://wemake-python-stylegui.de/en/latest/pages/api/index.html
Here's the CI: https://github.com/wemake-services/wemake-python-styleguide/blob/master/.travis.yml
Why is your project interesting/exciting to contribute to?
We are the strictest python linter ever!
Does your project have an active community?
Yes, we are active on github and slack.
Does your project have basic newcomer onboarding docs? (e.g. CONTRIBUTING.md, good-first-issues...)
Yep! Docs: https://wemake-python-stylegui.de/en/latest/pages/api/index.html
CONTRIBUTING.md
: https://github.com/wemake-services/wemake-python-styleguideIssues: https://github.com/wemake-services/wemake-python-styleguide/issues?q=is%3Aissue+is%3Aopen+label%3Alevel%3Astarter
The text was updated successfully, but these errors were encountered: