From d2429aad5ff59f70f6a8735876291e6be97d2529 Mon Sep 17 00:00:00 2001 From: Antony Milne Date: Wed, 1 Nov 2023 12:35:50 +0000 Subject: [PATCH] Fix lint command --- vizro-core/hatch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/hatch.toml b/vizro-core/hatch.toml index e71708c96..ab2834594 100644 --- a/vizro-core/hatch.toml +++ b/vizro-core/hatch.toml @@ -52,7 +52,7 @@ prep-release = [ 'echo "Now raise a PR to merge into main with title: Release of vizro-core $(hatch version)"' ] pypath = "python -c 'import sys; print(sys.executable)'" -schema = ["python schemas/generate.py {args}", "hatch run lint --files=schemas/$(hatch version).json"] +schema = ["python schemas/generate.py {args}", 'hatch run lint --files="schemas/$(hatch version).json" > /dev/null'] secrets = "pre-commit run gitleaks --all-files" test = [ "test-unit",