From 8b8b421fccef56cb85d630c9848be576a058c806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:41:36 +0000 Subject: [PATCH] chore(deps): update pre-commit hook adrienverge/yamllint to v1.35.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7924d47..a3e96fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: hooks: - id: blacken-docs - repo: https://github.com/adrienverge/yamllint - rev: v1.34.0 + rev: v1.35.0 hooks: - id: yamllint - repo: meta