|
3 | 3 | description: prevents giant files from being committed. |
4 | 4 | entry: check-added-large-files |
5 | 5 | language: python |
6 | | - stages: [pre-commit, pre-push, manual] |
| 6 | + stages: [commit, push, manual] |
7 | 7 | minimum_pre_commit_version: 3.2.0 |
8 | 8 | - id: check-ast |
9 | 9 | name: check python ast |
|
40 | 40 | entry: check-executables-have-shebangs |
41 | 41 | language: python |
42 | 42 | types: [text, executable] |
43 | | - stages: [pre-commit, pre-push, manual] |
| 43 | + stages: [commit, push, manual] |
44 | 44 | minimum_pre_commit_version: 3.2.0 |
45 | 45 | - id: check-illegal-windows-names |
46 | 46 | name: check illegal windows names |
|
59 | 59 | entry: check-shebang-scripts-are-executable |
60 | 60 | language: python |
61 | 61 | types: [text] |
62 | | - stages: [pre-commit, pre-push, manual] |
| 62 | + stages: [commit, push, manual] |
63 | 63 | minimum_pre_commit_version: 3.2.0 |
64 | 64 | - id: pretty-format-json |
65 | 65 | name: pretty format json |
|
115 | 115 | entry: destroyed-symlinks |
116 | 116 | language: python |
117 | 117 | types: [file] |
118 | | - stages: [pre-commit, pre-push, manual] |
| 118 | + stages: [commit, push, manual] |
119 | 119 | - id: detect-aws-credentials |
120 | 120 | name: detect aws credentials |
121 | 121 | description: detects *your* aws credentials from the aws cli credentials file. |
|
140 | 140 | entry: end-of-file-fixer |
141 | 141 | language: python |
142 | 142 | types: [text] |
143 | | - stages: [pre-commit, pre-push, manual] |
| 143 | + stages: [commit, push, manual] |
144 | 144 | minimum_pre_commit_version: 3.2.0 |
145 | 145 | - id: file-contents-sorter |
146 | 146 | name: file contents sorter |
|
208 | 208 | entry: trailing-whitespace-fixer |
209 | 209 | language: python |
210 | 210 | types: [text] |
211 | | - stages: [pre-commit, pre-push, manual] |
| 211 | + stages: [commit, push, manual] |
212 | 212 | minimum_pre_commit_version: 3.2.0 |
0 commit comments