commit | 70e405ede2dce7593ac1e51d0c0530a763585df8 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Wed Nov 30 09:56:42 2016 -0800 |
committer | Anthony Sottile <asottile@umich.edu> | Wed Nov 30 09:56:42 2016 -0800 |
tree | e41ec2cedaa57d08a2612229d90a7a1f6a03c8f1 | |
parent | 7539d8bd1a00a3c1bfd34cdb606d3a6372e83469 [diff] [blame] |
Add a new hook to forbid new submodules
diff --git a/pre_commit_hooks/detect_aws_credentials.py b/pre_commit_hooks/detect_aws_credentials.py index 4c51546..9dda217 100644 --- a/pre_commit_hooks/detect_aws_credentials.py +++ b/pre_commit_hooks/detect_aws_credentials.py
@@ -67,5 +67,6 @@ else: return 0 + if __name__ == '__main__': exit(main())