diff --git a/template/{{app_name}}/pyproject.toml b/template/{{app_name}}/pyproject.toml index 6216a2f..6de5397 100644 --- a/template/{{app_name}}/pyproject.toml +++ b/template/{{app_name}}/pyproject.toml @@ -54,11 +54,7 @@ db-migrate-down-all = "src.db.migrations.run:downall" line-length = 100 [tool.isort] -multi_line_output = 3 -include_trailing_comma = true -force_grid_wrap = 0 -use_parentheses = true -line_length = 100 +profile = "black" [tool.ruff] line-length = 100