From f8b954b0bfd4548aa6657253dadf92d62dfa1420 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 11 Mar 2021 07:26:09 +0100 Subject: [PATCH] Fix --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce03014..35a4558 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,8 +113,8 @@ b) The bug has appeared and the tests has failed as expected showing the reporte ```bash flake8 /path/to/changed/file ``` -It is worth installing and running and ``flake8`` against the changed file(s) first. -It shows unused imports, which is not shown by sanity tests, as well as other common issues. +It is worth installing and running ``flake8`` against the changed file(s) first. +It shows unused imports, which is not shown by sanity tests (see the next step), as well as other common issues. 16. Run sanity tests: ```bash