pytest plugin to run pycodestyle
Project description
pytest-codestyle
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.