Skip to content

mcproger/wemake-python-styleguide

 
 

Repository files navigation

wemake-python-styleguide

wemake.services Build Status Coverage PyPI version Documentation Status

Welcome to the most opinionated linter ever.

Installation

pip install wemake-python-styleguide

Project status

We are in early alpha. Use it on your own risk.

Running tests

Clone the repository, install poetry, then do from within the project folder:

# Installing dependencies (only required to be run once):
poetry install
poetry develop

# Running tests:
poetry run pytest
poetry run mypy wemake_python_styleguide
poetry run doc8 -q docs

It's OK if some tests are skipped.

About

Opinionated styleguide that we use in our python projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%