readme: fix isort parameters

This commit is contained in:
Valentin Deniaud 2021-03-30 16:40:47 +02:00
parent 4751846fed
commit ead8655275
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -80,7 +80,7 @@ before commits. (execute `pre-commit install` to install the git hook.)
isort is used to format the imports, using those parameter:
isort --force-single-line-imports --line-length 110
isort --profile black --line-length 110
Support
=======