From 6a28ebc3a17352de3bada635d9a91494156c1d5b Mon Sep 17 00:00:00 2001 From: Kevin Boyer Date: Mon, 25 Aug 2025 09:50:50 -0400 Subject: [PATCH 1/2] Update pyproject.toml --- template/{{app_name}}/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/template/{{app_name}}/pyproject.toml b/template/{{app_name}}/pyproject.toml index 6216a2f..3a6969d 100644 --- a/template/{{app_name}}/pyproject.toml +++ b/template/{{app_name}}/pyproject.toml @@ -54,6 +54,7 @@ db-migrate-down-all = "src.db.migrations.run:downall" line-length = 100 [tool.isort] +profile = "black" multi_line_output = 3 include_trailing_comma = true force_grid_wrap = 0 From 593b3590dc9c90d4aa480010c261581efc3c679d Mon Sep 17 00:00:00 2001 From: Kevin Boyer Date: Mon, 25 Aug 2025 12:20:55 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- template/{{app_name}}/pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/template/{{app_name}}/pyproject.toml b/template/{{app_name}}/pyproject.toml index 3a6969d..6de5397 100644 --- a/template/{{app_name}}/pyproject.toml +++ b/template/{{app_name}}/pyproject.toml @@ -55,11 +55,6 @@ line-length = 100 [tool.isort] profile = "black" -multi_line_output = 3 -include_trailing_comma = true -force_grid_wrap = 0 -use_parentheses = true -line_length = 100 [tool.ruff] line-length = 100