DEV Community

Discussion on: Who's looking for open source contributors? (Jan 14th edition)

Collapse
 
sobolevn profile image
Nikita Sobolev

wemake-python-styleguide

We are building the strictest python linter ever! Join us!

GitHub logo wemake-services / wemake-python-styleguide

The strictest and most opinionated python linter ever!

wemake-python-styleguide

wemake.services Supporters Build Status Coverage Python Version wemake-python-styleguide

Welcome to the strictest and most opinionated python linter ever.

wemake-python-styleguide logo

wemake-python-styleguide is actually a flake8 plugin with some other plugins as dependencies.

Installation

pip install wemake-python-styleguide

You will also need to create a setup.cfg file with the following contents.

This file is required to configure our linter and all 3rd party plugins it uses However, this is a temporary solution We are working at providing the required configuration for you in the future.

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.

What we are about

black pylint flake8 wemake-python-styleguide
Formats code?
Finds bugs?
Finds complex code?
Has a lot of strict rules? 🤔
Has a lot of plugins?

Requirements

We have tasks for both newcomers and more experienced developers.

If you know python - you can jump right in!

Developer Experience

We care about providing good Developer Experience. So, you will have:

  • Almost 8000 unit and E2E tests with 100% test coverage
  • fully typed code with mypy
  • in-depth developer's documentation
  • friendly and welcoming community and any help you need from the project maintainers