Skip to content

Commit

Permalink
Update pre-commit (#9849)
Browse files Browse the repository at this point in the history
  • Loading branch information
jochman authored Nov 8, 2020
1 parent 8d55377 commit dd304e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ if [ -e "./venv/bin/activate" -a -z "${VIRTUAL_ENV}" ]; then
DO_DEACTIVATE=1
fi

demisto-sdk validate -g --skip-pack-release-notes
# --staged flag runs only on files about to commit
demisto-sdk validate -g --skip-pack-release-notes --staged
RES=$?

demisto-sdk secrets --ignore-entropy
Expand Down

0 comments on commit dd304e3

Please sign in to comment.