pytest-pycodestyle 2.5.0


pip install pytest-pycodestyle

  Latest version

Released: Jul 20, 2025

Project Links

Meta
Author: OMOTO Tsukasa
Requires Python: >=3.9

Classifiers

Development Status
  • 3 - Alpha

Intended Audience
  • Developers

Topic
  • Software Development :: Testing

Framework
  • Pytest

Programming Language
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

pytest-pycodestyle

PyPI version

pytest plugin to run pycodestyle

Installation

pip install pytest-pycodestyle

Usage

pytest --pycodestyle ...

For detail, please see pytest -h after installation.

Configuration

The behavior can be configured in the same style of pycodestyle.
(cf. Configuration โ€” pytest documentation and Configuration โ€” pycodestyle documentation)

For example,

[pycodestyle]
max-line-length = 127

[tool:pytest]
addopts = --pycodestyle

Licence

The MIT License
Copyright (c) 2019 OMOTO Tsukasa

Acknowledgments

Extras:
Dependencies:
pytest (>=7.0)
pycodestyle