Skip to content

Commit d17fe99

Browse files
authored
set stages for check-added-large-files
looks like this was accidentally running on `commit-msg` hooks
1 parent 2b6a486 commit d17fe99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
description: prevents giant files from being committed.
44
entry: check-added-large-files
55
language: python
6+
stages: [commit, push, manual]
67
- id: check-ast
78
name: check python ast
89
description: simply checks whether the files parse as valid python.

0 commit comments

Comments
 (0)