misc: fix incorrect pre-commit info in readme

This commit is contained in:
Valentin Deniaud 2022-09-29 18:28:50 +02:00
parent e7a1aa5646
commit 9f406a321b
1 changed files with 1 additions and 1 deletions

2
README
View File

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