Skip to content

Commit

Permalink
set stages for check-added-large-files
Browse files Browse the repository at this point in the history
looks like this was accidentally running on `commit-msg` hooks
  • Loading branch information
asottile committed Jun 6, 2022
1 parent 2b6a486 commit d17fe99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
description: prevents giant files from being committed.
entry: check-added-large-files
language: python
stages: [commit, push, manual]
- id: check-ast
name: check python ast
description: simply checks whether the files parse as valid python.
Expand Down

0 comments on commit d17fe99

Please sign in to comment.