mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Update pre-commit from 2.14.0 to 2.15.0
This commit is contained in:
parent
f0d72fd329
commit
b2c26bba5b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ pylint-django==2.4.4 # https://github.com/PyCQA/pylint-django
|
|||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
|
||||
{%- endif %}
|
||||
pre-commit==2.14.0 # https://github.com/pre-commit/pre-commit
|
||||
pre-commit==2.15.0 # https://github.com/pre-commit/pre-commit
|
||||
|
||||
# Django
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue