From e896f16093b3a53a394770e056c85cccc7cb946f Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Thu, 29 Sep 2022 18:22:51 +0200 Subject: [PATCH] misc: fix incorrect pre-commit info in readme --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 189569af3..495ffd0e2 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ pyupgrade is used to automatically upgrade syntax, using those parameters: djhtml is used to automatically indent html files, using those parameters: - django-upgrade --tabwidth 2 + djhtml --tabwidth 2 There is .pre-commit-config.yaml to use pre-commit to automatically run black, isort, pyupgrade, and djhtml before commits. (execute `pre-commit install`