{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/16"}],"enrichment":{"capability":"A pytest plugin that integrates ruff code linting and formatting checks into your test suite, running ruff validation as part of pytest.","skillfed_tags":["pytest-plugin","code-quality","linting"],"use_cases":["Run ruff checks alongside unit tests in a single pytest invocation to catch style and formatting issues early.","Enforce code quality gates in CI/CD by failing the build if ruff detects violations, without a separate linting step.","Validate both code logic and formatting in one test command, reducing the number of separate tools developers need to invoke locally."],"what_it_does":"pytest-ruff is a pytest plugin that embeds ruff linting and formatting checks into your test pipeline. Instead of running ruff separately from your test suite, you invoke it via pytest flags (--ruff and --ruff-format) and the plugin executes one ruff validation per file, failing the test run if any file violates ruff rules or has formatting issues.\n\nThe plugin respects standard ruff configuration files (pyproject.toml or ruff.toml) in your project, so you configure it the same way you would standalone ruff. It depends only on pytest and ruff, both common tools, and supports Python 3.8 through 3.13. The project is in beta status and has not been updated for 421 days, though the repository remains unarchived and has seen recent activity.","worth_installing":"Yes, if you want to consolidate ruff linting into your pytest workflow and accept the aging maintenance status. The plugin has low install friction, no known vulnerabilities, and works with current Python versions. However, verify that it remains compatible with your versions of pytest and ruff, and clarify the license metadata before using it in a compliance-sensitive context."},"id":"pytest-ruff","links":{"html":"https://skillfed.io/packages/pytest-ruff","md":"https://skillfed.io/packages/pytest-ruff.md","pypi":"https://pypi.org/project/pytest-ruff/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-06-19","license_spdx":null,"license_treatment":"unclear","name":"pytest-ruff","python_support":"supports_current","summary":"pytest plugin to check ruff requirements."},"popularity":{"monthly_downloads":188749,"position":9939,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.5"}
