misc: fix incorrect pre-commit info in readme

This commit is contained in:
Valentin Deniaud 2022-09-29 18:29:06 +02:00
parent 54126b6ccf
commit 8e09b2f73d
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -106,7 +106,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`