mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Use single quotes in pre-commit config
This commit is contained in:
parent
b5717dd82b
commit
54d78f733e
|
@ -25,10 +25,10 @@ repos:
|
|||
exclude: '{{cookiecutter.project_slug}}/templates/'
|
||||
|
||||
- repo: https://github.com/adamchainz/django-upgrade
|
||||
rev: "1.13.0"
|
||||
rev: '1.13.0'
|
||||
hooks:
|
||||
- id: django-upgrade
|
||||
args: ["--target-version", "4.1"]
|
||||
args: ['--target-version', '4.1']
|
||||
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.4.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user