Skip to content

Commit

Permalink
Revert to having default argument, remove ll
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Nov 2, 2023
1 parent a6bbfbd commit e8865f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e8865f0

Please sign in to comment.