misc: fix incorrect pre-commit info in readme

This commit is contained in:
Valentin Deniaud 2022-09-29 18:27:52 +02:00
parent 1a14050ef2
commit 40b5c90c8b
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -25,7 +25,7 @@ Similarly, isort is used for imports, using these 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 and djhtml before commits. (execute `pre-commit install` to install the