Add a new hook to forbid new submodules

This commit is contained in:
Anthony Sottile
2016-11-30 09:56:42 -08:00
parent 7539d8bd1a
commit 70e405ede2
7 changed files with 75 additions and 5 deletions

View File

@ -67,5 +67,6 @@ def main(argv=None):
else:
return 0
if __name__ == '__main__':
exit(main())