From e2787d8c2ada538d100d92a6e676efdfca4c108a Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 17 Jan 2020 05:00:30 +0100 Subject: [PATCH] Use [tool:isort] instead of [isort] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9726a0c..25d97c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ python-tag = py3 addopts = --flake8 --isort --cov --cov-report=term --cov-report=xml -r s norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv -[isort] +[tool:isort] known_standard_library = posixpath known_third_party = gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject