From ed88ae911148ac7129e01f6eaad488928e3b2a14 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:41:24 +0200 Subject: [PATCH] fix: allow submodules --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 811e1b4..b5f2edb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,8 +32,6 @@ repos: - id: detect-private-key - id: end-of-file-fixer - id: fix-byte-order-marker - - id: forbid-new-submodules - - id: forbid-submodules - id: mixed-line-ending - id: pretty-format-json args: [ "--autofix", "--no-sort-keys" ]