diff --git a/pyproject.toml b/pyproject.toml index 367b82b..24b6604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,10 +72,6 @@ force-exclude = ''' ) ''' # To comply with ruff config -[tool.isort] -profile = "black" -line_length = 88 - [tool.ruff] line-length = 88 target-version = 'py311' @@ -102,3 +98,7 @@ extend-select = [ [tool.ruff.pydocstyle] convention = "numpy" + +[tool.isort] +profile = "black" +line_length = 88