Build and packaging library
  • Python 55.1%
  • Makefile 32.6%
  • Shell 12.3%
Find a file
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
.github/workflows ci.yaml: test-packaging.yaml@{master-test -> master} 2026-06-08 19:43:15 +02:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
conf pyproject.toml: Set isort include_trailing_comma 2026-09-14 21:37:01 +02:00
doc doc: Add subdir 2026-08-19 20:51:11 +02:00
make projects-dir.mk: Resolve JWB_SCRIPT_DIR from JWBDIR 2026-09-13 23:49:26 +02:00
scripts jw-pkg-create-project.sh: Use make gitignore 2026-09-13 23:09:25 +02:00
src lib.ec.ssh.Exec: Fix askpass script 2026-09-14 20:32:14 +02:00
test lib.TarIo: Add unit tests 2026-09-14 20:53:00 +02:00
.gitignore gitignore: Fix duplicates and typos 2026-09-14 21:10:58 +02:00
HASH Release 1.0.0-264@suse-tumbleweed/x86_64 2026-09-13 23:30:46 +00:00
Makefile .gitignore: Run make gitignore 2026-09-13 23:09:26 +02:00
RELEASES Release 1.0.0-264@suse-tumbleweed/x86_64 2026-09-13 23:30:46 +00:00
VERSION Start version: 1.0.0-264 2026-09-13 23:10:38 +00:00