From 1405748fc817f30eb42777f9ffee459a77c0cc27 Mon Sep 17 00:00:00 2001 From: Eshaan Bansal Date: Tue, 21 Apr 2020 16:52:37 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fadf6c3..13be93d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ $ black . ``` ```bash -$ flake8 src/ flake8 . ---max-line-length=88 --show-source --statistics +$ flake8 src/ ---max-line-length=88 --show-source --statistics ``` if flake8 shows any errors or warnings, please fix the changes in a new commit and squash all the commits into one before submitting the PR.