From e8865f0fd027d309f882ee958e3aec696f5cb02c Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Thu, 2 Nov 2023 16:21:43 +0100 Subject: [PATCH] Revert to having default argument, remove ll --- vizro-ai/hatch.toml | 3 +-- vizro-core/hatch.toml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index d9a3e2bba..e9f6bf866 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -29,8 +29,7 @@ cov-report = [ "- coverage combine", "coverage report" ] -lint = "hatch run lint:lint" -ll = "hatch run lint:SKIP=gitleaks pre-commit run {args}" +lint = "hatch run lint:lint {args:--all-files}" prep-release = [ "hatch version release", "hatch run changelog:scriv collect --add", diff --git a/vizro-core/hatch.toml b/vizro-core/hatch.toml index d8b3edfa9..cec84e1da 100644 --- a/vizro-core/hatch.toml +++ b/vizro-core/hatch.toml @@ -40,8 +40,7 @@ cov-report = [ "coverage report" ] example = "cd examples/{args:default}; python app.py" -lint = "hatch run lint:lint" -ll = "hatch run lint:SKIP=gitleaks pre-commit run {args}" +lint = "hatch run lint:lint {args:--all-files}" prep-release = [ "hatch version release", "hatch run changelog:scriv collect --add",