From b3b762f52206da65eb7e25e2816f7b7bcda54518 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 19 Dec 2023 08:34:29 +0000 Subject: [PATCH] chore(deps-dev): bump megalinter | datasource | package | from | to | | ----------- | ----------------------------------- | ------ | ------ | | docker | oxsecurity/megalinter-documentation | v7.5.0 | v7.7.0 | | github-tags | ScribeMD/pre-commit-hooks | 0.16.2 | 0.16.3 | --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 655f487..5e94dc2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: ## Python, Polyglot, Git, pre-commit - repo: https://github.com/ScribeMD/pre-commit-hooks - rev: 0.16.2 + rev: 0.16.3 hooks: - id: no-merge-commits - id: asdf-install @@ -26,7 +26,7 @@ repos: - id: poetry-install - id: pre-commit-install - id: megalinter-incremental - args: &megalinter-args [--flavor, documentation, --release, v7.5.0] + args: &megalinter-args [--flavor, documentation, --release, v7.7.0] - id: megalinter-full args: *megalinter-args