diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-09-10 22:52:59 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-09-10 23:23:11 +0200 |
commit | 9ed9065e19dfcccecab04eba71bf557e91f2379c (patch) | |
tree | 03c0e78624a50eb5a07bbb1652c4a52d78310bb6 /tox.ini | |
parent | da73eb77b459f77ba3ca7ce1fd5632da40e3ae14 (diff) | |
download | pylint-git-9ed9065e19dfcccecab04eba71bf557e91f2379c.tar.gz |
Make tool from pre-commit coherent with tox -e formatting
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |