Contributing

Contributors may familiarize themselves with Celery itself by going through the Flask Quickstart and First Steps with Celery tutorials.

Code style

Code should be written in the PEP 8 style and must pass linting by Flake8. To check code style, run the following commands in the top of your source directory:

$ pip install flake8 pep8-naming
$ flake8 --show-source .

Documentation

Documentation strings should be written in the Numpydoc style.