mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-04 05:34:39 +03:00
Update pylint-django from 2.4.3 to 2.4.4
This commit is contained in:
parent
f18b0e635c
commit
eaa7013864
|
@ -29,7 +29,7 @@ flake8==3.9.2 # https://github.com/PyCQA/flake8
|
||||||
flake8-isort==4.0.0 # https://github.com/gforcada/flake8-isort
|
flake8-isort==4.0.0 # https://github.com/gforcada/flake8-isort
|
||||||
coverage==5.5 # https://github.com/nedbat/coveragepy
|
coverage==5.5 # https://github.com/nedbat/coveragepy
|
||||||
black==21.6b0 # https://github.com/psf/black
|
black==21.6b0 # https://github.com/psf/black
|
||||||
pylint-django==2.4.3 # https://github.com/PyCQA/pylint-django
|
pylint-django==2.4.4 # https://github.com/PyCQA/pylint-django
|
||||||
{%- if cookiecutter.use_celery == 'y' %}
|
{%- if cookiecutter.use_celery == 'y' %}
|
||||||
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
|
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user