{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"}],"enrichment":{"capability":"Integrates isort into flake8 linting, reporting import violations as flake8 errors with configurable rules via .isort.cfg.","skillfed_tags":["flake8-plugin","code-quality"],"use_cases":["Enforce import rules in CI/CD pipelines by failing flake8 checks when imports don't match project configuration.","Catch import violations during code review without manually running isort as a separate tool.","Maintain consistent import style across a team by combining isort with flake8's linting workflow.","Migrate existing projects by using flake8-isort to report violations before auto-sorting with isort itself.","Integrate import checks into pre-commit hooks alongside other flake8 plugins for unified linting."],"what_it_does":"flake8-isort is a flake8 plugin that delegates import checking to isort. Instead of flake8 checking imports with its own logic, it runs isort's rules and reports violations as flake8 errors (codes I001\u2013I005). You configure behavior by adding an .isort.cfg file to your project, then run flake8 normally\u2014the plugin automatically checks whether imports match expectations.\n\nThe package requires flake8 and isort as runtime dependencies and supports Python 3.10, 3.11, 3.12, 3.13 and PyPy3. It is designed for teams that already use isort and want linting enforcement of those same rules in CI/CD pipelines. The plugin reports five specific error codes covering wrong position, missing config, blank line issues, and unexpected imports.","worth_installing":"Yes, if you already use isort and flake8 in your workflow. The plugin is low-friction to install, has no known vulnerabilities, and solves the specific problem of enforcing rules in linting. The aging maintenance status (last release 293 days ago) is a minor concern but not a blocker\u2014the repository remains active. The GPLv2 copyleft license requires source disclosure if you distribute derivative works, which is typical for development tools."},"id":"flake8-isort","links":{"html":"https://skillfed.io/packages/flake8-isort","md":"https://skillfed.io/packages/flake8-isort.md","pypi":"https://pypi.org/project/flake8-isort/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-10-25","license_spdx":null,"license_treatment":"copyleft","name":"flake8-isort","python_support":"supports_current","summary":"flake8 plugin that integrates isort"},"popularity":{"monthly_downloads":1918400,"position":3431,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"7.0.0"}
