Skip to content

Commit

Permalink
Fix pre-commit in non-shell contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Mar 28, 2024
1 parent 8019c14 commit 29b07b4
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 @@ -3,7 +3,7 @@ repos:
hooks:
- id: format
name: format
entry: pipenv run ./scripts/format.sh && test -z "$(git status --porcelain=v1 .)"
entry: ./scripts/format.sh && test -z "$(git status --porcelain=v1 .)"
language: system
types: [python]
pass_filenames: false

0 comments on commit 29b07b4

Please sign in to comment.