pyproject.tompl: Set ruff.output-format = "concise"

In order to produce make check output digestable by vim, ruff's output format needs to be set to "concise", so do that.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-06-01 10:13:56 +02:00
commit 7a65a7b5e1
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -30,6 +30,7 @@
[tool.ruff]
line-length = 88
output-format = "concise"
[tool.ruff.format]