{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/2"}],"enrichment":{"capability":"A Pylint plugin that improves static analysis of Celery code by fixing false positives and recognizing Celery-specific patterns that standard Pylint misses.","skillfed_tags":["linting","celery","abandoned"],"use_cases":["Reduce false-positive Pylint warnings when analyzing Celery task definitions and decorators.","Integrate Celery-aware linting into a Prospector code quality pipeline.","Suppress 'celery.task is not callable' errors in legacy Celery projects using older Pylint versions."],"what_it_does":"pylint-celery is a Pylint plugin designed to enhance static code analysis when working with the Celery distributed task queue library. It addresses a known limitation where Pylint incorrectly flags Celery code patterns as errors, most notably the false positive that 'celery.task' is not callable. The plugin integrates directly into Pylint's analysis pipeline and can also be used through the Prospector code quality tool.\n\nThe package has been unmaintained since 2014 and has no runtime dependencies of its own\u2014it works by extending Pylint's behavior. Installation requires building from source (high friction), and Python version compatibility is unspecified. For teams actively using Celery with Pylint, it may reduce noise in analysis, but the age of the codebase and lack of maintenance create risk around compatibility with modern Python and Celery versions.","worth_installing":"No, unless you are maintaining a legacy Celery codebase with an old Pylint version. The package is abandoned (last release 2014, no active maintenance), has high install friction (source-only), and offers no Python version specification\u2014making it risky on modern Python. Modern Celery and Pylint versions may have resolved the underlying false positives, or the plugin may not work at all. Verify compatibility with your exact versions before attempting installation."},"id":"pylint-celery","links":{"html":"https://skillfed.io/packages/pylint-celery","md":"https://skillfed.io/packages/pylint-celery.md","pypi":"https://pypi.org/project/pylint-celery/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2014-09-25","license_spdx":null,"license_treatment":"copyleft","name":"pylint-celery","python_support":"unspecified","summary":"pylint-celery is a Pylint plugin to aid Pylint in recognising and understandingerrors caused when using the Celery library"},"popularity":{"monthly_downloads":483203,"position":6416,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3"}
