Move isort setttings to "tox.ini"

This commit is contained in:
Ivan Kravets
2021-02-06 16:56:44 +02:00
parent d8d2b215d1
commit d0cc06f766
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +0,0 @@
[settings]
line_length=88
known_third_party=OpenSSL, SCons, jsonrpc, twisted, zope

View File

@ -15,6 +15,10 @@
[tox]
envlist = py36,py37,py38,py39
[isort]
line_length = 88
known_third_party=OpenSSL, SCons, jsonrpc, twisted, zope
[testenv]
passenv = *
usedevelop = True