{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/4"}],"enrichment":{"capability":"Provides type stubs for the pyflakes static analysis tool, enabling type checkers like mypy and pyright to understand and validate code that uses pyflakes.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable type checking in projects that programmatically use pyflakes for linting or code analysis.","Catch type errors when calling pyflakes APIs in your own static analysis tools.","Integrate pyflakes into a type-safe CI/CD pipeline with mypy or pyright validation.","Develop custom linting tools on top of pyflakes with full IDE type hints and autocomplete."],"what_it_does":"types-pyflakes is a type stub package from the typeshed project that provides type annotations for the pyflakes static analysis library. It allows type checkers like mypy (2.3.0) and pyright (1.1.411) to understand the types and signatures in pyflakes, enabling you to write type-safe code that uses pyflakes and catch type errors during development.\n\nThis is a stub-only package with no runtime dependencies, designed purely to bridge the gap between pyflakes (which may not have inline type annotations) and your type checker. It targets pyflakes version 3.4.* and is maintained as part of the broader typeshed effort to provide comprehensive type coverage for the Python ecosystem.","worth_installing":"Yes, if you use pyflakes programmatically in code that you type-check. Install it alongside pyflakes to get type safety and IDE support. No benefit if you only run pyflakes as a command-line tool without importing it in your own code."},"id":"types-pyflakes","links":{"html":"https://skillfed.io/packages/types-pyflakes","md":"https://skillfed.io/packages/types-pyflakes.md","pypi":"https://pypi.org/project/types-pyflakes/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-24","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-pyflakes","python_support":"supports_current","summary":"Typing stubs for pyflakes"},"popularity":{"monthly_downloads":89138,"position":13678,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.4.0.20260724"}
