Skip to content

pylint-dev/pylint-celery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4edf639 · Mar 5, 2018

History

32 Commits
Feb 4, 2014
Feb 4, 2014
Oct 23, 2013
Sep 29, 2013
Oct 23, 2013
Sep 29, 2013
Mar 5, 2018
Sep 25, 2014
Oct 1, 2013

Repository files navigation

pylint-celery

Build Status Code Quality Coverage Status Latest Version Downloads

About

pylint-celery is a Pylint plugin for improving code analysis for when analysing code using Celery. It is also used by the Prospector tool.

Usage

Pylint

Ensure pylint-celery is installed and on your path (pip install pylint-celery), and then run pylint:

pylint --load-plugins pylint_celery [..other options..]

Prospector

Ensure pylint-celery is installed and on your path (pip install pylint-celery), and then run prospector:

prospector --uses celery [..other options..]

Features

  • Fixes the warning 'celery.task' is not callable

License

pylint-celery is available under the GPLv2 license.