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:
parent
f275aa9715
commit
7a65a7b5e1
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
output-format = "concise"
|
||||
|
||||
[tool.ruff.format]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue