Skip to content

Commit

Permalink
Lint schema using hatch rather than subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 30, 2023
1 parent 51f492a commit 4fb900a
Show file tree
Hide file tree
Showing 3 changed files with 902 additions and 948 deletions.
2 changes: 1 addition & 1 deletion vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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}"
schema = ["python schemas/generate.py {args}", "lint"]
secrets = "pre-commit run gitleaks --all-files"
test = [
"test-unit",
Expand Down
Loading

0 comments on commit 4fb900a

Please sign in to comment.