From 8dc105072cdefba14244b3e513c620e46f16d2fa Mon Sep 17 00:00:00 2001 From: Milson Munakami Date: Wed, 7 Aug 2024 17:30:56 -0400 Subject: [PATCH] updated with latest prettified files --- .markdown-link-check.json | 34 ++++++++++++++++---------------- .pre-commit-config-optional.yaml | 10 +++++----- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 1c743d60..da97117d 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -1,19 +1,19 @@ { - "aliveStatusCodes": [200, 206, 403], - "ignorePatterns": [ - { - "pattern": "^https://www\\.autosar\\.org/*" - }, - { - "pattern": "^http://localhost" - }, - { - "pattern": "^http://127\\.0\\.0\\.1" - }, - { - "pattern": "^https://github.com/.*/discussions/new" - } - ], - "retryOn429": true, - "retryCount": 10 + "aliveStatusCodes": [200, 206, 403], + "ignorePatterns": [ + { + "pattern": "^https://www\\.autosar\\.org/*" + }, + { + "pattern": "^http://localhost" + }, + { + "pattern": "^http://127\\.0\\.0\\.1" + }, + { + "pattern": "^https://github.com/.*/discussions/new" + } + ], + "retryOn429": true, + "retryCount": 10 } diff --git a/.pre-commit-config-optional.yaml b/.pre-commit-config-optional.yaml index 8c9345e1..b644a6a7 100644 --- a/.pre-commit-config-optional.yaml +++ b/.pre-commit-config-optional.yaml @@ -1,6 +1,6 @@ repos: - - repo: https://github.com/tcort/markdown-link-check - rev: v3.12.2 - hooks: - - id: markdown-link-check - args: [--quiet, --config=.markdown-link-check.json] + - repo: https://github.com/tcort/markdown-link-check + rev: v3.12.2 + hooks: + - id: markdown-link-check + args: [--quiet, --config=.markdown-link-check.json]