From e5a5278d51949545d419917864a6d0867d89c1eb Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 20 May 2018 18:25:42 +0300 Subject: [PATCH] Check Black on CI --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 94deaf7..89fa5d0 100644 --- a/tox.ini +++ b/tox.ini @@ -41,5 +41,7 @@ commands = [testenv:py3lint] deps = {[testenv:lint]deps} + black commands = {[testenv:lint]commands} + black --check .