Oven logo

Oven

Published

pytest plugin to check ruff requirements.

pip install pytest-ruff

Package Downloads

Weekly DownloadsMonthly Downloads

Project URLs

Requires Python

<4.0,>=3.8

pytest-ruff

A pytest plugin to run ruff.

Installation

pip install pytest-ruff

Usage

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.

Configuration

You can override ruff configuration options by placing a pyproject.toml or ruff.toml file in your project directory, like when using standalone ruff.

License

Distributed under the terms of the MIT license, pytest-ruff is free and open source software.