From 316aec9b32fe672bc6181e811d9d3e46ca83b3b1 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Thu, 29 Sep 2022 18:29:41 +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 0aa56faa..f867fa5b 100644 --- a/README +++ b/README @@ -50,7 +50,7 @@ django-upgrade is used to automatically upgrade Django syntax, using those param 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, django-upgrade and djhtml before commits. (execute