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-styleguideYou 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.pyThis 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.
| flake8 | pylint | black | mypy | wemake-python-styleguide | |
|---|---|---|---|---|---|
| Formats code? | |||||
| Finds style issues? | |||||
| Finds bugs? |





















































I'll add codecademy.com/learn/learn-python to the list. It's an interactive, online, non-sense tutorial that teaches Python basics. You'll write Python code instantly.