From d6a862abed78f0c62b17d34b437502825949c7b7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 20 Jan 2023 18:33:19 +0100 Subject: Adding upstream version 4.4.0+dfsg. Signed-off-by: Daniel Baumann --- .pre-commit-hooks.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.pre-commit-hooks.yaml') 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. -- cgit v1.2.3