jw-pkg/conf
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann ff581b9f9f
pyproject.toml: Set isort include_trailing_comma
The isort configuration leaves include_trailing_comma at its default, false,
so isort strips the trailing commas from wrapped imports. However, yapf's
split_arguments_when_comma_terminated setting depends on those commas:
without them, yapf re-joins the one-per-line import layout that isort just
produced, and the two formatters disagree on files such as
src/python/jw/pkg/lib/App.py.

Set include_trailing_comma so that isort keeps trailing commas and yapf
honors them, making both tools converge on the same layout.

Assisted-by: unsloth/Qwen3.8-27B-GGUF:Q4_K_M with pi.dev v0.85.1
Signed-off-by: Jan Lindemann <jan@janware.com>
2026-09-14 21:37:01 +02:00
..
bash-completion.d conf / scripts: Fix unprivileged "make install" 2026-08-18 17:27:32 +02:00
project pyrightconfig.json: Mirror strict mypy settings 2026-08-09 13:02:03 +00:00
templates pyproject.toml: Set isort include_trailing_comma 2026-09-14 21:37:01 +02:00
topdir py-topdir.mk: Add machinery to generate pyproject.toml 2026-06-09 07:52:15 +02:00
Makefile conf: Add subdir 2026-03-06 12:06:28 +01:00