A pytest plugin to run ruff.
pip install pytest-ruff
pytest --ruff --ruff-format
The plugin will run one ruff check test per file and fail if code is not ok for ruff.
Format command only checks for format and fails for formatting errors.
You can override ruff configuration options by placing a pyproject.toml
or ruff.toml
file in your project directory, like when using standalone ruff.
Distributed under the terms of the MIT
license, pytest-ruff
is free and open source software.