misc: fix incorrect pre-commit info in readme

This commit is contained in:
Valentin Deniaud 2022-09-29 18:22:51 +02:00
parent 5617d0fcdb
commit e896f16093
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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`