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

looks like this was accidentally running on `commit-msg` hooks
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 9e835d5..c28c1c8 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -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.