diff --git a/pyproject.toml b/pyproject.toml index 7ad22b44c945457602878cb6d16e799856c6634f..cb6149f16729e48389aa27627073434b703d37b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,4 @@ [tool.black] exclude = "cmake" +[tool.isort] +profile = "black"