mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-26 09:14:30 +03:00
update restructured text link; add condition for celery linter
This commit is contained in:
parent
015319ca3f
commit
b261ce27c4
|
@ -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
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
|
@ -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
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
|
@ -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
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user