From ebbac6b4830dad2118a522bfccf267ad67def0cd Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 1 Feb 2022 15:00:47 +0200 Subject: [PATCH] Use "black" profile --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5d38aa33..0ee9c0ec 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ envlist = py36,py37,py38,py39 [isort] -line_length = 88 +profile = black known_third_party=OpenSSL, SCons, jsonrpc, twisted, zope [testenv]