{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/2"}],"enrichment":{"capability":"A pytest plugin that runs flake8 PEP8 compliance checks on Python files as part of your test suite, discovering and checking every .py file automatically.","skillfed_tags":["linting","code-quality","pytest-plugin"],"use_cases":["Enforce PEP8 compliance in CI/CD pipelines by failing builds when style violations are detected","Run code quality checks alongside unit tests to catch style issues early in development","Configure project-specific or file-specific style rules using flake8's standard configuration","Integrate linting into existing pytest workflows without adding separate tool invocations"],"what_it_does":"pytest-flake8 is a pytest plugin that integrates PEP8 style checking directly into your test suite. When you run pytest with the --flake8 flag, it automatically discovers all .py files in your project and checks them against flake8 rules, reporting style violations as test failures. This lets you enforce code quality standards alongside your functional tests.\n\nThe plugin caches results and only re-checks modified files by default, which speeds up repeated test runs. You can configure which errors or warnings to ignore on a per-project or per-file basis using standard flake8 configuration. If you have flake8 plugins installed, they are automatically applied without additional setup.","worth_installing":"Yes. Low friction to install, actively maintained, no known vulnerabilities, and permissive licensing. Use it if you want PEP8 compliance checks as part of your pytest suite and prefer integrated tooling over separate linting steps."},"id":"pytest-flake8","links":{"html":"https://skillfed.io/packages/pytest-flake8","md":"https://skillfed.io/packages/pytest-flake8.md","pypi":"https://pypi.org/project/pytest-flake8/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-11-09","license_spdx":null,"license_treatment":"permissive","name":"pytest-flake8","python_support":"supports_current","summary":"pytest plugin to check FLAKE8 requirements"},"popularity":{"monthly_downloads":506312,"position":6287,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
