From 643da6d7adf0c8b497ea482e00b82d628886d0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sat, 28 Sep 2019 19:32:35 +0300 Subject: [PATCH] Add explicit formatting targets --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5cdfe48..60b7bc7 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,5 @@ commands = pytest {py36,py37}: mypy axes {py36,py37}: prospector - {py36,py37}: black --check --diff axes -setenv = + {py36,py37}: black -t py36 --check --diff axes PYTHONDONTWRITEBYTECODE=1