From 9ed9065e19dfcccecab04eba71bf557e91f2379c Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 10 Sep 2020 22:52:59 +0200 Subject: Make tool from pre-commit coherent with tox -e formatting --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9aee0f0f6..8fc75268d 100644 --- a/tox.ini +++ b/tox.ini @@ -36,8 +36,8 @@ commands = [testenv:formatting] basepython = python3 deps = - black==19.10b0 - isort==5.4.2 + black==20.8b1 + isort==5.5.2 commands = black --check . --exclude="tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/|venv|astroid|.tox" isort . --check-only -- cgit v1.2.1