Skip to content

Commit

Permalink
Merge pull request #778 from pre-commit/asottile-patch-1
Browse files Browse the repository at this point in the history
set stages for `check-added-large-files`
  • Loading branch information
asottile authored Jun 7, 2022
2 parents 2b6a486 + d17fe99 commit 621f50e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 621f50e

Please sign in to comment.