Skip to content

Commit

Permalink
Remove pipenv from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 20, 2024
1 parent 5172078 commit 9266c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ repos:
name: Regenerate item model JSONSchemas
files: "^pydatalab/pydatalab/models/.*.$"
description: Check if the current code changes have enacted changes to the resulting JSONSchemas
entry: bash -c "PIPENV_PIPFILE=pydatalab/Pipfile pipenv run invoke -r pydatalab dev.generate-schemas"
entry: invoke -r pydatalab dev.generate-schemas
pass_filenames: false
language: system

0 comments on commit 9266c66

Please sign in to comment.