pytest plugin to run pydocstyle
Project description
pytest-docstyle
pytest plugin to run pydocstyle
Installation
pip install pytest-docstyle
Usage
pytest --docstyle ...
For detail, please see pytest -h
after installation.
Configuration
You can configure options of pydocstyle with setup.cfg
(or pytest.ini
).
(cf. Configuration — pytest documentation)
For example,
[tool:pytest]
docstyle_convention = numpy
docstyle_add_ignore = D400 D403
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.
Source Distribution
pytest-docstyle-1.3.1.tar.gz
(3.8 kB
view hashes)