{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"}],"enrichment":{"capability":"Flake8-pyproject enables Flake8 to read its configuration from pyproject.toml instead of requiring separate .flake8, setup.cfg, or tox.ini files.","skillfed_tags":["flake8-plugin","config-consolidation"],"use_cases":["Consolidate all Python tool configuration (pytest, black, isort, flake8) into a single pyproject.toml file.","Migrate from setup.cfg or .flake8 to a modern, unified project configuration structure.","Simplify project setup for teams that expect all linting config in pyproject.toml.","Avoid maintaining multiple configuration files when pyproject.toml is already the standard in your codebase."],"what_it_does":"Flake8-pyproject is a Flake8 plugin that solves a long-standing gap: Flake8 has resisted native pyproject.toml support despite most Python dev tools adopting it as the standard configuration location. This plugin registers itself with Flake8 to automatically load configuration from a [tool.flake8] section in pyproject.toml, allowing you to consolidate your project's tool configuration in one place.\n\nThe plugin works by converting your existing Flake8 configuration (whether from .flake8, setup.cfg, or tox.ini) into TOML format and placing it under [tool.flake8] in pyproject.toml. When you run flake8, the plugin intercepts the startup and loads that configuration transparently. It also provides a flake8p command as a fallback for compatibility or reliability reasons.","worth_installing":"Yes. If you want Flake8 configuration in pyproject.toml, this is the only practical way to get it. Low install friction, active maintenance, no vulnerabilities, and permissive licensing make it a straightforward addition. Install it if your project has already standardized on pyproject.toml for other tools."},"id":"flake8-pyproject","links":{"html":"https://skillfed.io/packages/flake8-pyproject","md":"https://skillfed.io/packages/flake8-pyproject.md","pypi":"https://pypi.org/project/flake8-pyproject/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-11-28","license_spdx":null,"license_treatment":"permissive","name":"Flake8-pyproject","python_support":"supports_current","summary":"Flake8 plug-in loading the configuration from pyproject.toml"},"popularity":{"monthly_downloads":2733852,"position":2914,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.2.4"}
