mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Add hook for checking python modules
This commit is contained in:
parent
76c604c9fb
commit
1722bd0ce2
5 changed files with 71 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue