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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-pycodestyle-1.2.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

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