trivial: update README about isort

This commit is contained in:
Lauréline Guérin 2021-04-06 21:28:03 +02:00
parent daf2aa0ae3
commit 8fec8c6ce8
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -41,9 +41,9 @@ black is used to format the code, using thoses parameters:
isort is used to format the imports, using those parameters:
isort --force-single-line-imports --line-length 110
isort --profile black --line-length 110
There is .pre-commit-config.yaml to use pre-commit to automatically run black
There is .pre-commit-config.yaml to use pre-commit to automatically run black and isort
before commits. (execute `pre-commit install` to install the git hook.)