summaryrefslogtreecommitdiffhomepage
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2021-06-17 10:13:56 +1000
committerJohn Bampton <[email protected]>2021-06-17 10:13:56 +1000
commitf1aaa5ee2bcdcd59fed36f443bf40fd26a638c44 (patch)
treeb8393e626744d1eb83d7b548c84e15bcd3fa527c /.pre-commit-config.yaml
parenta528834df7a0baf16b7c505ed4c0b7b1b0347f8e (diff)
downloadmruby-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.yaml2
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