diff --git a/pyproject.toml b/pyproject.toml index a53246c5..3f452fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,3 +3,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.black] line-length = 120 +[tool.isort] +# make it compatible with black +profile = "black" +skip_gitignore = true