Skip to main content

pytest plugin to run pycodestyle

Project description

pytest-codestyle

PyPI version

pytest plugin to run pycodestyle

Installation

pip install pytest-codestyle

Usage

pytest --codestyle ...

For detail, please see pytest -h after installation.

Configuration

You can configure options of pycodestyle with setup.cfg (or pytest.ini).
(cf. Configuration — pytest documentation)

For example,

[tool:pytest]
codestyle_max_line_length = 100
codestyle_ignore = E302 E501

Licence

The MIT License
Copyright (c) 2017 Tsukasa OMOTO

Acknowledgments

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page