mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 04:54:16 +00:00
set stages for check-added-large-files
looks like this was accidentally running on `commit-msg` hooks
This commit is contained in:
parent
2b6a486744
commit
d17fe994c6
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
description: prevents giant files from being committed.
|
description: prevents giant files from being committed.
|
||||||
entry: check-added-large-files
|
entry: check-added-large-files
|
||||||
language: python
|
language: python
|
||||||
|
stages: [commit, push, manual]
|
||||||
- id: check-ast
|
- id: check-ast
|
||||||
name: check python ast
|
name: check python ast
|
||||||
description: simply checks whether the files parse as valid python.
|
description: simply checks whether the files parse as valid python.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue