From e31d4ed4630d944b752443206113ce20ee4bd783 Mon Sep 17 00:00:00 2001 From: romanow Date: Sun, 2 Feb 2025 18:29:54 +0300 Subject: [PATCH] Move Patroni, Mongo, Redis and Elastic cluster from databases repository --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0188bc1..ae556d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,10 +16,3 @@ repos: hooks: - id: remove-crlf - id: remove-tabs - - - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 - hooks: - - id: markdownlint - name: Markdown Lint - args: [ --disable=MD007,--disable=MD013,--disable=MD014,--disable=MD024,--disable=MD031 ]