From 843ba7f281f27e3b09215729a296fdb1c01744db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 24 Aug 2021 15:37:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20double=20format-imports?= =?UTF-8?q?=20script,=20as=20autoflake=20can=20handle=20it=20alone=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/contributing.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 5339098..2cfa533 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -66,20 +66,6 @@ $ bash scripts/format.sh It will also auto-sort all your imports. -### Format imports - -There is another script that formats all the imports and makes sure you don't have unused imports: - -
- -```console -$ bash scripts/format-imports.sh -``` - -
- -As it runs one command after the other and modifies and reverts many files, it takes a bit longer to run, so it might be easier to use `scripts/format.sh` frequently and `scripts/format-imports.sh` only before committing. - ## Docs The documentation uses MkDocs with Material for MkDocs.