From ead8655275100fbdebc1ca907c46a7d0bb505dce Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 30 Mar 2021 16:40:47 +0200 Subject: [PATCH] readme: fix isort parameters --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =======