Merge pull request #778 from pre-commit/asottile-patch-1
set stages for `check-added-large-files`
This commit is contained in:
commit
621f50e155
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue