From d240844f8ef610b714dcb8992dc3eeb9c105733d Mon Sep 17 00:00:00 2001 From: Vladyslav Fedoriuk Date: Sat, 29 Jul 2023 12:38:56 +0200 Subject: [PATCH] Fix formatting of pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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