summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-10 22:52:59 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-10 23:23:11 +0200
commit9ed9065e19dfcccecab04eba71bf557e91f2379c (patch)
tree03c0e78624a50eb5a07bbb1652c4a52d78310bb6 /tox.ini
parentda73eb77b459f77ba3ca7ce1fd5632da40e3ae14 (diff)
downloadpylint-git-9ed9065e19dfcccecab04eba71bf557e91f2379c.tar.gz
Make tool from pre-commit coherent with tox -e formatting
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
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