set stages for `check-added-large-files`

looks like this was accidentally running on `commit-msg` hooks
This commit is contained in:
Anthony Sottile 2022-06-06 12:24:03 -04:00 committed by GitHub
parent 2b6a486744
commit d17fe994c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.