| 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/fix_encoding_pragma.py b/pre_commit_hooks/fix_encoding_pragma.py index 5dcff93..3bf234e 100644 --- a/pre_commit_hooks/fix_encoding_pragma.py +++ b/pre_commit_hooks/fix_encoding_pragma.py
@@ -138,5 +138,6 @@ return retv + if __name__ == "__main__": exit(main())