Skip to content

Commit 621f50e

Browse files
authored
Merge pull request #778 from pre-commit/asottile-patch-1
set stages for `check-added-large-files`
2 parents 2b6a486 + d17fe99 commit 621f50e

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)