wemake-python-styleguide
wemake.services Supporters Build Status Coverage Status Github Action Python Version wemake-python-styleguide
Welcome to the strictest and most opinionated python linter ever.
wemake-python-styleguide is actually a flake8
plugin with some other plugins as dependencies.
Quickstart
pip install wemake-python-styleguide
You will also need to create a setup.cfg file with the configuration.
We highly recommend to also use:
- flakehell for easy integration into a legacy codebase
- nitpick for sharing and validating configuration across multiple projects
Running
flake8 your_module.py
This app is still just good old flake8
And it won't change your existing workflow.
See "Usage" section in the docs for examples and integrations.
We also support Github Actions as first class-citizens Try it out!
What we are about
The ultimate goal of this project is
to make all people write exactly the same python code.
| black | mypy | pylint | flake8 | wemake-python-styleguide | |
|---|---|---|---|---|---|
| Formats code? | |||||
| Finds style issues? | |||||
| Finds bugs? |
I feel like I have imposter syndrome because I graduated as a full stack developer yet I haven’t done an individual project yet because I don’t feel skilled enough and it’s stressing me out. Seems so hard sometimes. I know I can create something great though one day
Take a deep breath!
I don't have any specific projects on github but I have done plenty at companies.
It all happens in time! If you want to do one for yourself, just start small. Start by scraping a website, or building a basic form and go from there.
You don't have to build it all in one day. I often look back after a year or two of coding and I am shocked at how much worked I have done. In the day by day it seems like nothing. But it all adds up!
That was motivating for me thank you..
You have to start. Really start with something, whatever. it's probably going to be wrong and buggy, accept it, that will be fine. But you need to start
That was motivating for me thank you.."That start with something part" .. was a good point ..
Yup! just start and then don't stop!!!