summaryrefslogtreecommitdiffstats
path: root/.pre-commit-hooks.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-hooks.yaml')
-rw-r--r--.pre-commit-hooks.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 1a6056b..f8523d4 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -156,6 +156,12 @@
language: python
entry: forbid-new-submodules
types: [directory]
+- id: forbid-submodules
+ name: forbid submodules
+ description: forbids any submodules in the repository
+ language: fail
+ entry: 'submodules are not allowed in this repository:'
+ types: [directory]
- id: mixed-line-ending
name: mixed line ending
description: replaces or checks mixed line ending.