From a70b5cc54712e7ff36d719bc28c5e7294fd66761 Mon Sep 17 00:00:00 2001 From: Gabriel de Quadros Ligneul Date: Fri, 14 Feb 2020 10:17:00 -0300 Subject: [PATCH] Fix typo in contributing file --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cda52605..4b403d5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ If you have issues, then run all lints and check consistency. ```shell pipenv run fmt - pipenv isort-fmt + pipenv run isort-fmt pipenv run lint ```