diff --git a/python/pyproject.toml b/python/pyproject.toml index d60db632d..3ec1bd411 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -9,3 +9,6 @@ git_describe_command = "git describe --dirty --tags --long --match py-*.*" [tool.black] line-length = 120 + +[tool.isort] +profile = "black" \ No newline at end of file diff --git a/python/tox.ini b/python/tox.ini index 49ea8eac9..803065a6e 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -42,7 +42,7 @@ deps = pygments restructuredtext_lint commands = - isort --check --profile black src/deltachat examples/ tests/ + isort --check src/deltachat examples/ tests/ black --check src/deltachat examples/ tests/ flake8 src/deltachat flake8 tests/ examples/