diff --git a/README b/README index 89b82405e..3dada0635 100644 --- a/README +++ b/README @@ -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.)