Add hook for checking python modules

This commit is contained in:
Jonathan Como 2019-02-16 14:15:07 -08:00
parent 76c604c9fb
commit 1722bd0ce2
5 changed files with 71 additions and 0 deletions

View file

@ -64,6 +64,12 @@
entry: check-merge-conflict
language: python
types: [text]
- id: check-python-modules
name: Check python modules
description: Ensure python modules have their __init__.py file.
entry: check-python-modules
language: python
types: [python]
- id: check-symlinks
name: Check for broken symlinks
description: Checks for symlinks which do not point to anything.