From eb14b911b41b9473b3fdc6bbaf794d78948df48c Mon Sep 17 00:00:00 2001 From: Antony Milne Date: Mon, 13 Nov 2023 16:50:24 +0000 Subject: [PATCH] Show hatch changelog:collect linting output --- vizro-ai/hatch.toml | 2 +- vizro-core/hatch.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index a45091ddf..4525a0e3b 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -6,7 +6,7 @@ python = ["3.9", "3.10", "3.11"] [envs.changelog] dependencies = ["scriv"] detached = true -scripts = {add = "scriv create --add", collect = ["scriv collect --add", "- hatch run lint:lint --files=CHANGELOG.md > /dev/null"]} +scripts = {add = "scriv create --add", collect = ["scriv collect --add", "- hatch run lint:lint --files=CHANGELOG.md"]} [envs.default] dependencies = [ diff --git a/vizro-core/hatch.toml b/vizro-core/hatch.toml index 25d9b040d..b5b37f96c 100644 --- a/vizro-core/hatch.toml +++ b/vizro-core/hatch.toml @@ -11,7 +11,7 @@ matrix.python.features = [ [envs.changelog] dependencies = ["scriv"] detached = true -scripts = {add = "scriv create --add", collect = ["scriv collect --add", "- hatch run lint:lint --files=CHANGELOG.md > /dev/null"]} +scripts = {add = "scriv create --add", collect = ["scriv collect --add", "- hatch run lint:lint --files=CHANGELOG.md"]} [envs.default] dependencies = [