update restructured text link; add condition for celery linter

This commit is contained in:
hanasuhail 2019-03-25 15:52:49 -04:00
parent 015319ca3f
commit b261ce27c4
3 changed files with 5 additions and 2 deletions

View File

@ -312,6 +312,7 @@ Listed in alphabetical order.
.. _@saschalalala: https://github.com/saschalalala .. _@saschalalala: https://github.com/saschalalala
.. _@mrcoles: https://github.com/mrcoles .. _@mrcoles: https://github.com/mrcoles
.. _@ericgroom: https://github.com/ericgroom .. _@ericgroom: https://github.com/ericgroom
.. _@hanaquadara: https://github.com/hanaquadara
Special Thanks Special Thanks
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~

View File

@ -5,8 +5,6 @@ binaryornot==0.4.4
# Code quality # Code quality
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
flake8==3.7.6 flake8==3.7.6
pylint-django==0.9.4
pylint-celery==0.3
# Testing # Testing
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------

View File

@ -20,6 +20,10 @@ pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar
flake8==3.7.5 # https://github.com/PyCQA/flake8 flake8==3.7.5 # https://github.com/PyCQA/flake8
coverage==4.5.3 # https://github.com/nedbat/coveragepy coverage==4.5.3 # https://github.com/nedbat/coveragepy
black==19.3b0 # https://github.com/ambv/black black==19.3b0 # https://github.com/ambv/black
pylint-django==0.9.4
{%- if cookiecutter.use_celery == 'y' %}
pylint-celery==0.3
{%- endif %}
# Django # Django
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------