Skip to content

Commit

Permalink
Fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Nov 1, 2023
1 parent 06eca0c commit d2429aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d2429aa

Please sign in to comment.