mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +03:00
Update pylint-django from 2.5.0 to 2.5.2 (#3602)
This commit is contained in:
parent
b9d8ce6132
commit
19d486f0c5
|
@ -32,7 +32,7 @@ flake8==4.0.1 # https://github.com/PyCQA/flake8
|
||||||
flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort
|
flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort
|
||||||
coverage==6.3.1 # https://github.com/nedbat/coveragepy
|
coverage==6.3.1 # https://github.com/nedbat/coveragepy
|
||||||
black==22.1.0 # https://github.com/psf/black
|
black==22.1.0 # https://github.com/psf/black
|
||||||
pylint-django==2.5.0 # https://github.com/PyCQA/pylint-django
|
pylint-django==2.5.2 # 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