diff --git a/README b/README index 5642d7c7d..7376ae355 100644 --- a/README +++ b/README @@ -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 =======