diff options
| author | John Bampton <[email protected]> | 2021-06-17 10:13:56 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-06-17 10:13:56 +1000 |
| commit | f1aaa5ee2bcdcd59fed36f443bf40fd26a638c44 (patch) | |
| tree | b8393e626744d1eb83d7b548c84e15bcd3fa527c /.pre-commit-config.yaml | |
| parent | a528834df7a0baf16b7c505ed4c0b7b1b0347f8e (diff) | |
| download | mruby-f1aaa5ee2bcdcd59fed36f443bf40fd26a638c44.tar.gz mruby-f1aaa5ee2bcdcd59fed36f443bf40fd26a638c44.zip | |
Add two more pre-commit hooks
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a274930e7..c4821ba62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,9 @@ repos: - id: check-executables-have-shebangs exclude: ^test/t/lang\.rb$ - id: check-merge-conflict + - id: check-vcs-permalinks - id: check-yaml + - id: detect-private-key - id: end-of-file-fixer - id: fix-byte-order-marker - id: mixed-line-ending |
