mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Set target-version for django upgrade to 4.2
This commit is contained in:
parent
c15eb6d97a
commit
ef36732569
|
@ -231,7 +231,7 @@ def test_django_upgrade_passes(cookies, context_override):
|
||||||
try:
|
try:
|
||||||
sh.django_upgrade(
|
sh.django_upgrade(
|
||||||
"--target-version",
|
"--target-version",
|
||||||
"4.1",
|
"4.2",
|
||||||
*python_files,
|
*python_files,
|
||||||
_cwd=str(result.project_path),
|
_cwd=str(result.project_path),
|
||||||
)
|
)
|
||||||
|
|
|
@ -28,7 +28,7 @@ repos:
|
||||||
rev: '1.13.0'
|
rev: '1.13.0'
|
||||||
hooks:
|
hooks:
|
||||||
- id: django-upgrade
|
- id: django-upgrade
|
||||||
args: ['--target-version', '4.1']
|
args: ['--target-version', '4.2']
|
||||||
|
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.6.0
|
rev: v3.6.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user