From d9c96ac1e06392307c58aa28e3bd5ac76aa3d1ce Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 9 Nov 2023 21:43:11 +0000 Subject: [PATCH] chore(deps-dev): bump megalinter | datasource | package | from | to | | ----------- | ----------------------------------- | ------ | ------ | | docker | oxsecurity/megalinter-documentation | v7.4.0 | v7.5.0 | | github-tags | ScribeMD/pre-commit-hooks | 0.16.1 | 0.16.2 | --- .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 ab16de0..8221f2a 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.1 + rev: 0.16.2 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.4.0] + args: &megalinter-args [--flavor, documentation, --release, v7.5.0] - id: megalinter-full args: *megalinter-args