Use [tool:isort] instead of [isort]

This commit is contained in:
Unrud 2020-01-17 05:00:30 +01:00
parent 8f55ab858c
commit e2787d8c2a

View File

@ -8,7 +8,7 @@ python-tag = py3
addopts = --flake8 --isort --cov --cov-report=term --cov-report=xml -r s addopts = --flake8 --isort --cov --cov-report=term --cov-report=xml -r s
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
[isort] [tool:isort]
known_standard_library = posixpath known_standard_library = posixpath
known_third_party = gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject known_third_party = gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject