- Notifications
You must be signed in to change notification settings - Fork11
Pylint plugin for analysing code using Celery
License
NotificationsYou must be signed in to change notification settings
pylint-dev/pylint-celery
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pylint-celery
is aPylint plugin for improving code analysis for when analysing code usingCelery. It is also used by theProspector tool.
Ensurepylint-celery
is installed and on your path (pip install pylint-celery
), and then run pylint:
pylint --load-plugins pylint_celery [..other options..]
Ensurepylint-celery
is installed and on your path (pip install pylint-celery
), and then run prospector:
prospector --uses celery [..other options..]
- Fixes the warning 'celery.task' is not callable
pylint-celery
is available under the GPLv2 license.
About
Pylint plugin for analysing code using Celery
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.