misc: fix incorrect pre-commit info in readme

This commit is contained in:
Valentin Deniaud 2022-09-29 18:29:41 +02:00
parent 2a2112ceac
commit 316aec9b32
1 changed files with 1 additions and 1 deletions

2
README
View File

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